section.cta--section-wrapper {
    background: #07130F;
    padding: 30px 0px 80px;
}

.cta--content h3 {
    font-size: 30px;
    color: #f6f6f6;
    font-weight: 400;
    line-height: 38px;
    margin-bottom: 24px;
}

.cta--content h3 span {
    color: var(--secondary-color);
}

.cta--content h4 {
    color: #BCBCBC;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px; /* 125% */
    text-transform: uppercase;
}

.section--cta {
    text-align: right;
}

@media(max-width:768px){
    .cta--content {
        margin-bottom: 30px;
    }

    .section--cta a {
        width: 100%;
    }
}