@charset "utf-8";
/* CSS Document */
/* Desktop */
.package-hero {
    text-align: center;
    margin-bottom: 50px;
}

.package-subtitle {
    font-size: 1.25rem;
    font-weight: 400;
    color: #666;
    margin-bottom: 20px;
}

.package-intro {
    margin: 0 auto;
    max-width: 700px;
}

.package-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.package-grid .card {
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.package-price {
    margin-top: auto;
    padding-top: 20px;
    text-align: center;
    color: #0b5ed7;
    font-weight: 700;
}

.pricing-note {
    text-align: center;
    margin-top: 40px;
}

.pricing-note p {
    margin: 0 auto;
}

.package-content {
    text-align: center;
}

.package-content p {
    max-width: 800px;
    margin: 0 auto 20px;
}