/* Our Packages section — from original packages page */

.plan-home-packages-hero {
    padding: 3rem 0 1rem;
    background: #fff;
}

.plan-home-packages-hero__title {
    text-align: initial;
    font-size: 2.25rem;
    color: #00a99d;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.plan-home-packages-hero__lead {
    color: #000;
    text-align: initial;
    font-size: 2.25rem;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    line-height: 1.25;
    margin: 0;
}

.plan-home-packages-hero__illustration {
    max-width: 100%;
    height: auto;
}

.plan-home-page .plan-home-packages-accordions {
    margin: 0 2.5rem 2rem;
}

.plan-home-page .accordion-title {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.75rem 1rem;
    font-family: 'Poppins', sans-serif;
    font-size: 14px !important;
    font-weight: 800;
    color: #fff;
    text-align: left;
    background-color: #00a99d;
    border: 0;
    border-radius: 0;
}

.plan-home-page .accordion-button {
    font-weight: 600;
}

.plan-home-page .accordion-button:not(.collapsed) {
    color: #000 !important;
    background-color: #fff !important;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.plan-home-page .accordion-button:focus {
    border-color: #fff !important;
    box-shadow: none;
}

.plan-home-packages-cta__title {
    font-size: 2.625rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}

.plan-home-page .see-more {
    background: #00a99d;
    padding: 10px 30px;
    font-size: 16px;
    font-weight: 800;
    font-family: 'Mulish', sans-serif;
    text-transform: uppercase;
    border: #00a99d;
}

.plan-home-page .action-container {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

@media (max-width: 991px) {
    .plan-home-packages-hero__lead {
        font-size: 1.5rem;
    }

    .plan-home-page .plan-home-packages-accordions {
        margin: 0 1rem 2rem;
    }

    .plan-home-packages-cta__title {
        font-size: 1.75rem;
    }
}

@media (max-width: 767px) {
    .plan-home-packages-hero__title {
        font-size: 1.75rem;
        margin-top: 0;
    }

    .plan-home-packages-hero__lead {
        font-size: 1.25rem;
    }
}
