.cta {
    background: #ECF0FE;
    /* margin-top: 130px; */
}

.member + .cta,
.care + .cta,
*[data-theme='blue'] + .cta,
*[data-theme='dark-blue'] + .cta,
*[data-theme='light-blue'] + .cta,
*[data-theme='dark-green'] + .cta,
*[data-theme='light-green'] + .cta,
.faq + .cta,
.testimonials-slider + .cta {
    margin-top: 0;
}

.light-blue-bg + .cta {
    margin-top: 0;
}

.cta__wrapper {
    padding: 100px 0;
    text-align: center;
    justify-content: center;
}

.cta .h1,
.cta .h2,
.cta h1,
.cta h2 {
    color: #2B2DC0 !important;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.2;
}

.cta h1,
.cta h2,
.cta h3,
.cta h4,
.cta h5,
.cta .h1,
.cta .h2,
.cta .h3,
.cta .h4,
.cta .h5 {
    color: #2B2DC0 !important;
    max-width: 900px;
    margin: auto;
    width: 100%;
}
.cta__wrapper,
.cta__wrapper a:not(.btn),
.cta__wrapper p,
.cta__wrapper span {
    color: #2B2DC0 !important;
}

.cta__buttons {
    max-width: 800px;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: center;
    margin: 50px auto 0;
    flex-wrap: wrap;
    gap: 2.333333%;
}

.cta__btn {
    height: 62px;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1rem;
    padding: 0 2rem;
    color: #2B2DC0;
    text-align: center;
    /* font-size: 18px; */
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    max-width: 31%;
}

@media (max-width: 768px) {
    .cta {
        margin-top: 70px;
    }

    .cta__wrapper {
        padding: 70px 0;
    }

    .cta__buttons {
        margin: 30px auto 0;
    }

    .cta__btn {
        height: 50px;
    }
}

@media (max-width: 500px) {
    .cta__buttons {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        flex-direction: column;
        gap: 15px;
        margin-top: 20px;
    }

    .cta__btn {
        font-size: 1rem;
        line-height: 1;
        padding: 0 2rem;
        -ms-flex: 45px 0 0;
        flex: 45px 0 0;
        max-width: unset !important;
    }
}
