.full-width-image-cta__wrapper {
    position: relative;
}

.full-width-image-cta__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.full-width-image-cta {
    position: relative;
    z-index: 1;
}

.full-width-image-cta:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3.125rem;
    z-index: -1;
    background: var(--blue);
}

.full-width-image-cta__overlay {
    position: relative;
    z-index: 2;
    color: var(--white);
    padding: 3rem 1.6875rem 3.125rem;
    background: linear-gradient(180deg, rgba(6, 42, 68, 0.65) 14.03%, rgba(6, 42, 68, 0.95) 100%);

}

.full-width-image-cta__overlay h2 {
    color: var(--white);
}

.full-width-image-cta__overlay p {
    margin: 0 0 0.625rem;
}

.full-width-image-cta--innerpage:after {
    display: none;
}

.full-width-image-cta h2,
.full-width-image-cta h3,
.full-width-image-cta h4,
.full-width-image-cta h5,
.full-width-image-cta h6,
.full-width-image-cta .sub-heading {
    color: var(--white);
}

.full-width-image-cta__overlay .btn-outline {
    border: 0.0625rem solid var(--white);
    color: var(--white);
}

.full-width-image-cta__overlay .btn-tertiary {
    color: var(--white);    
}

.full-width-image-cta__overlay .btn-tertiary:before {
    background: var(--white);
}

@media(min-width: 768px) {
    .full-width-image-cta__overlay {
        padding: 4.25rem 3.625rem 4.6875rem;
    }

    .full-width-image-cta__overlay p {
        margin: 0 0 1.5625rem;
    }

    .full-width-image-cta:after {
        height: 4.6875rem;
    }
}

@media(min-width: 1200px) {
    .full-width-image-cta__overlay {
        padding: 6.875rem 3.125rem 7.5rem;
    }

    .full-width-image-cta__overlay__text {
        max-width: 41.875rem;
        margin: 0 auto;
        display: table;
    }

    .full-width-image-cta__overlay h2 {
        margin: 0 0 2.1875rem;
    }

    .full-width-image-cta__overlay p {
        margin: 0 0 1.875rem;
        line-height: 2.1764em;
    }

    .full-width-image-cta:after {
        height: 7.5rem;
    }
}


@media(min-width: 1600px) {
    .full-width-image-cta__overlay__text {
        max-width: unset;

        & a:not(.btn) {
            display: inline-block;
            line-height: 1.1;
        }
    }

    .full-width-image-cta__overlay p {
        margin: 0 auto 1.875rem;
        max-width: 44.375rem;
    }

    .full-width-image-cta__overlay {
        padding: 9.0625rem 3.125rem;
    }

    .full-width-image-cta:after {
        height: 9.375rem;
    }
}