.cta-2 {
    text-align: center;
}

.cta-2__text {
    width: 59rem;
    margin-top: -2.5rem;
    margin-bottom: 6.5rem;
}

.cta-2__btn__link {
    color: #06ffff;
}

section[data-bg="white"] .cta-2__btn__link {
    color: #0f9aff;
}

section[data-bg="white"] .cta-2__text {
    color: #666666;
}

/* media queries START */
@media (max-width: 767.9px) {
    .cta-2__text {
        margin-bottom: 4.5rem;
    }
}
/* media queries END */