.cta-banner .btn-primary {
    background: #997F3A;
}

.cta-banner__text a:not(.btn) {
    color: #fff;
}

@media(min-width: 768px) {
    .cta-banner__text {
        padding: 0 60px;
    }
}


@media(min-width: 1200px) {
    .cta-banner__text {
        padding: 0 117px;
    }

    .cta-banner--border {
        border-bottom: 1px solid #fff;
    }
}

@media(min-width: 1600px) {
    .cta-banner__text {
        padding: 0 10px;
    }

    .cta-banner .btn-group {
        margin-top: 0;
    }

    .cta-banner__text p {
        margin-bottom: 14px;
    }
}