.full-width-image-text {
    position: relative;
    overflow: hidden;
}

.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: 30px;
    position: relative;
    z-index: 3;
}

.full-width-image-text__content {
    padding: 30px;
}

.full-width-image-text--box-overlay:before {
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.50;
    background-color: #065AA3;
    display: block;
}

.full-width-image-text--box-overlay .full-width-image-text__content {
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(50, 56, 62, 0.1);
}

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

.full-width-image-text__description .btn {
    display: block;
    width: max-content;
}

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

.full-width-image-text__content .sub-heading::before {
    left: -28px;
    top: -21px;
    transform: none;
}

.full-width-image-text__pattern {
    position: absolute;
    right: -447px;
    top: 0;
    z-index: 2;
    height: auto;
    max-width: unset;
    width: 910px;
}

@media (min-width: 768px) {
    .full-width-image-text__content {
        padding: 30px 35px;
        width: 548px;
        margin: 0 auto;
    }

    .full-width-image-text--box-overlay:before {
        opacity: 0.95;
        background: linear-gradient(to right,  rgba(6,90,163,0) 0%,rgba(6,90,163,1) 60%,rgba(0,31,59,1) 100%);
    }

    .full-width-image-text__description h2 span {
        display: block;
    }

    .full-width-image-text__description h2 {
        margin-bottom: 7px;
    }

    .full-width-image-text__description .btn {
        display: inline-block;
        width: auto;
    }

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

    .full-width-image-text__content .sub-heading::before {
        left: -31px;
        top: -17px;
    }
}

@media (min-width: 1200px) {
    .full-width-image-text__content {
        padding: 50px;
        width: 724px;
        margin: 0 0 0 auto;
    }

    .full-width-image-text--box-overlay:after {
        display: none;
    }

    .full-width-image-text__pattern {
        width: 1075px;
        right: -240px;
        top: -12px;
    }

    .full-width-image-text__content .sub-heading::before {
        left: -33px;
        top: -30px;
    }
}