/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 1 version
*/

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

.cta-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    -o-object-fit: cover;
       object-fit: cover;
}

.full-width-image-cta::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #000;
    opacity: 0.65;
}

.sub-title {
    color: #fff;
    font-size: 15px;
    line-height: 1.4667em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.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 {
    color: #fff;
}

.full-width-image-cta .btn-black-border {
    border-color: #fff;
    color: #fff;
    padding-right: 18px;
}

.full-width-image-cta .btn-black-border::before {
    display: none;
}

.full-width-image-cta__wrapper .btn + .btn {
    margin-top: 0;
    margin-left: 10px;
    display: inline-block;
}

.full-width-image-cta p a{
    color: #fff;
}

@media (min-width: 768px) {
    

    .full-width-image-cta .btn-black-border {
        padding-right: 23px;
    }

    .sub-title {
        font-size: 16px;
        line-height: 1.5em;
    }

    .full-width-image-cta__wrapper .btn + .btn {
        margin-left: 25px;
    }
    
}

@media (min-width: 1200px) {    

    .full-width-image-cta .btn-black-border {
        padding-right: 33px;
    }

    .full-width-image-cta .btn-black-border:hover {
        border-color: #000;
        background: #000;
    }

    .sub-title {
        font-size: 20px;
        line-height: 1.45em;
    }
}