.background-block.container>div>:not(.container) {
    .image-with-text > div {
        margin-top: -4rem !important;
        margin-bottom: -4rem !important;
    }
    .image-with-text:not(.image-with-text__reversed) > div:first-child {
        margin-left: -4rem !important;
    }
    .image-with-text__reversed > div:first-child {
        margin-right: -4rem !important;
    }
}
