.pre-footer-cta-section {
    position: relative;
    min-height: 450px;
    padding: 50px 0;
    z-index: 1;
    display: flex;
    align-items: center;
}

.pre-footer-background {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
}

.pre-footer-cta-section video,.pre-footer-cta-section picture {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.pre-footer-cta-section picture img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.pre-footer-background:before {
    content: "";
    display: block;
    background: linear-gradient(107deg, rgba(33, 50, 110, 0.70) -8.32%, rgba(33, 50, 110, 0.00) 39.51%), linear-gradient(90deg, rgba(11, 18, 56, 0.00) 25.4%, rgba(11, 18, 56, 0.80) 89.08%);
    background-blend-mode: color;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.pre-footer-cta-section .content-box {
    max-width: 692px;
    width: 100%;
    margin-left: auto;
}
.pre-footer-cta-section.pre-footer-cta-larg-section .content-box {
    max-width: 640px;
}
.pre-footer-cta-section .content-box h2,
.pre-footer-cta-section .content > *:not(.btn) {
    color: var(--white);
}
.pre-footer-cta-section .content-box .btn-wrap {
    margin-top: 30px;
}

.pre-footer-cta-section .content-box h2 {
    margin-bottom: 15px;
}
.pre-footer-cta-section .content-box p {
    opacity: 0.85 !important;
    margin-bottom: 15px;
}
.pre-footer-cta-section .content-box h5,
.pre-footer-cta-section .content-box h4{
    font-size: 20px;
    line-height: 28px; 
    letter-spacing: -0.4px;
    font-family: var(--font-archivo-expanded);
}
@media only screen and (max-width:1399px){
    .pre-footer-cta-section .content-box {
        max-width: 560px;
    }
}
@media only screen and (max-width:1199px){
    .pre-footer-cta-section .content-box {
        max-width: 500px;
        width: 100%;
    }
    .pre-footer-cta-section .content-box p {
        font-size: 16px;
        line-height: 26px;
    }
    .pre-footer-cta-section .content-box h5, 
    .pre-footer-cta-section .content-box h4 {
        font-size: 16px;
        line-height: 26px;
        letter-spacing: -0.4px;
        font-family: var(--font-archivo-expanded);
    }
}

@media only screen and (max-width:991px){
    .pre-footer-cta-section {
        min-height: 410px;
    }
    .pre-footer-cta-section .content-box {
        max-width: 380px;
    }
    
}
@media only screen and (max-width:767px){
    .pre-footer-cta-section .content-box {
        max-width: 100%;
    }
    .pre-footer-background:before {
        background: linear-gradient(180.66deg, rgba(11, 18, 56, 0) -6.35%, rgba(11, 18, 56, 0.8) 99.53%);
    }
    .pre-footer-cta-section .content-box a.btn {
        width: 100%;
    }
}