.full-width-image-text {
    position: relative;
    padding: 93px 0 67px;
}

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

.full-width-image-text__content {
    padding: 0;
    position: relative;
    z-index: 2;
}

.full-width-image-text__headline {
    font-size: 35px;
    padding-bottom: 40px;
}

.full-width-image-text__description :last-child {
    margin-bottom: 0;
}

.full-width-image-text__content {
    padding: 35px 26px 40px 41px;
}

.full-width-image-text__btns .btn + .btn {
    background: #fff;
    color: #1D51A4;
    margin-top: 13px;
}

.full-width-image-text--innerpage {
    padding: 122px 0 22px 0;
}

.full-width-image-text--innerpage  .full-width-image-text__img {
    height: 236px;
}

@media (min-width: 768px) {
    .full-width-image-text__content {
        max-width: 832px;
    }

    .full-width-image-text__headline {
        font-size: 50px;
        padding-bottom: 30px;
    }

    .full-width-image-text__btns .btn + .btn {
        margin-top: 0;
        margin-left: 14px;
    }

    .full-width-image-text {
        padding: 105px 0 47px;
    }

    .full-width-image-text--innerpage {
        padding: 50px 0;
    }
    
    .full-width-image-text--innerpage  .full-width-image-text__img {
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .full-width-image-text__content {
        padding: 64px 59px;
    }

    .full-width-image-text__content .btn {
        margin-bottom: 0;
    }

    .full-width-image-text__headline {
        padding-bottom: 50px;
    }

    .full-width-image-text {
        padding: 166px 0 127px;
    }

    .full-width-image-text--innerpage {
        padding: 110px 0 125px 0;
    }
}


/* Full-Width Image + Text - Direct Text Overlay */
.full-width-image-text--direct-overlay .full-width-image-text__content {
    padding: 0 20px;
}

.full-width-image-text--direct-overlay .full-width-image-text__content {
    padding: 0 20px;
}

.full-width-image-text--direct-overlay .full-width-image-text__headline,
.full-width-image-text--direct-overlay .full-width-image-text__description p {
    color: #fff;
}

@media (min-width: 768px) {
    /* Overlay Color */
    .full-width-image-text--direct-overlay:before {
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .75;
        background-color: #021A3C; /* TODO: Please update the background color */
        display: block;
    }
}


/* Full-Width Image + Text - Text Box Overlay */
.full-width-image-text--box-overlay .full-width-image-text__content {
    background-color: #D1DAE0;
    border-radius: 5px; 
    opacity: 0.94;
}


.full-with-image-text__design-element {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
}