/* cta */
.bg-gradient {
    background: linear-gradient(98deg, #D6E8FF 36.8%, #D1FFDB 56.45%);
}

.section-cta {
    font-family: 'proxima-nova', sans-serif;
    border-radius: 10px;
    background: #F0F6FF;
    max-width: 980px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 60px 40px 60px;
    margin: 0 auto;
    margin-bottom: 40px;
    margin-top: 30px;
    position: relative;
}

.section-cta__left {
    max-width: 400px;
}

.section-cta__title {
    color: #266DD3;
    font-size: 28px;
    font-weight: 700;
    line-height: 108.8%;
    letter-spacing: -0.56px;
    display: block;
    margin-bottom: 10px;
}

.section-cta__sub-text {
    display: block;
    color: #1F3651;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.36px;
    margin-bottom: 10px;
}

.section-cta__btn {
    display: inline-block;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.32px;
    border: none;
    border-radius: 10px;
    background: #266DD3;
    padding: 16px;
    width: 264px;
    cursor: pointer;
    margin-bottom: 10px;
}

.section-cta__small-text {
    display: block;
    color: rgba(31, 54, 81, 0.60);
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.24px;
}

.section-cta__right {}

.section-cta__img {}

.section-cta__content {
    max-width: 430px;
}

.section-cta__content strong,
.section-cta__content h3,
.section-cta__content h2,
.section-cta__content h4 {
    margin-top: 0 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: -0.36px;
    color: #1F3651;
}
.section-cta__content a {
    color: #266DD3;
    text-decoration: underline;
}
.section-cta__content ul {
    margin-top: 26px;
}

.section-cta__content li {
    margin-bottom: 10px;
}


@media (max-width: 960px) {
    .section-cta {
        flex-direction: column-reverse;
        padding: 20px;
    }
    .section-cta__btn {
        width: 100%;
    }
    .section-cta__content {
        width: 100%;
        margin-bottom: 20px;
    }
    .section-cta__sub-text,
    .section-cta__right {
        margin-bottom: 20px;
    }
}