.cta-text {
    position: relative;
    z-index: 2;
    background: linear-gradient(to bottom,  rgba(0,31,63,1) 0%,rgba(0,31,63,1) 10%,rgba(9,63,103,1) 100%);
    padding-top: var(--section-margins);
    padding-bottom: 48px;
}

.cta-text__bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
    mix-blend-mode: soft-light;
}

.cta-text__curve {
    position: absolute;
    width: 100%;
    height: auto;
    bottom: -1px;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.cta-text__wrap {
    max-width: 973px;
    margin: 0 auto;
}

.cta-text::before {
    content: "";
    width: 100%;
    height: 30px;
    background: linear-gradient(180deg, #021f3f, transparent);
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
}

.cta-text .container {
    position: relative;
    z-index: 5;
}

@media (min-width: 768px) {
    .cta-text {
        padding-bottom: 119px;
    }
}

@media (min-width: 1200px) {
    .cta-text {
        padding-bottom: 159px;
    }
}