
.image__text__block .eyebrow {
    text-transform: none;
}

.image__text__block.block-only {
    @media (max-width: 769px) {
        padding-top: 0 !important;
    }
}

.image-wrapper {
    position: relative;
    display: inline-block;
    margin-bottom: 50px;
}

.image-offset-box {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100%;
    height: 100%;
    background: #C7DDE1;
    z-index: -1;

    @media (max-width: 769px) {
        display: none;
    }
}

.col-md-6.image-side {
    @media (max-width: 769px) {
        padding: 0;
        order: -1;
    }
}