.cta-section {
    background: #fafafa;
}

.cta-section__box {
    background: #18593e;
    padding: 60px 24px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.cta2 .cta-section__content {
    background: #18593e;
    padding: 60px 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cta-section__eyebrow {
    display: none;
    margin: 0;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #f0fff7;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    max-width: 650px;
    height: 48px;
}

.cta2 .cta-section__eyebrow {
    display: initial;
    font-size: 10px;
    line-height: 13px;
    font-weight: 700;
    max-width: 272px;
    color: #f0fff7;
    text-transform: uppercase;
}

.cta-section__title {
    margin: 0 auto;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    max-width: 272px;
}

.cta2 .cta-section__title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    max-width: 230px;
    margin: inherit;
    margin-bottom: 24px;
}

.cta-section__title .cta-section__highlight {
    color: #a7d4ff;
}

.cta-section__title .cta-section__muted {
    color: #f5f5f5;
    margin: 0 4px;
}

.cta-section__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 16px;
    background: #ffffff;
    border: 1px solid #9dc8b2;
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    color: #11875c;
    text-decoration: none;
    margin: 0 auto;
}

@media screen and (min-width: 800px) {

    /*cta-1*/
    .cta-section__title {
        font-size: 32px;
        line-height: 40px;
        max-width: 500px;
        margin: 0 auto;
    }

    /*cta-2*/
    .cta2 .cta-section__content {
        align-items: center;
    }

    .cta2 .cta-section__eyebrow {
        text-align: center;
        font-size: 16px;
        line-height: 22px;
        max-width: 100%;
        height: fit-content;
    }
    
    .cta2 .cta-section__title {
        max-width: 500px;
        text-align: center;
        font-size: 28px;
        line-height: 36px;
        font-weight: 600;
    }
}

@media screen and (min-width: 1024px) {
    .cta-section__eyebrow {
        display: initial;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        width: 100%;
    }

    .cta-section__title {
        width: 100%;
        display: initial;
        text-align: center;
    }
}


@media screen and (min-width: 1440px) {
    .cta-section {
        padding: 60px 100px;
    }

    .cta-section__box {
        border-radius: 24px;
    }

    /*max width container 1240px*/
    .cta-section__content {
        max-width: 1240px;
        margin: 0 auto;
        border-radius: 24px;
    }

    .cta2 .cta-section__eyebrow {
        font-size: 20px;
        line-height: 28px;
        height: 48px;
    }

    .cta2 .cta-section__title {
        font-size: 40px;
        line-height: 52px;
        max-width: 100%;
    }
}