.block-image-and-content .image-and-content-wrapper .grid{grid-template-columns:1fr 1fr;align-items:center;}
.block-image-and-content .image-and-content-wrapper .image{margin-right:-5rem;border-radius:5px;overflow:hidden;}
.block-image-and-content .image-and-content-wrapper.image-left .image{margin-left:-5rem;order:-1;margin-right:0;}

@media(max-width:1024px){
    .block-image-and-content .image-and-content-wrapper .grid{grid-template-columns:1fr;}
    .block-image-and-content .image-and-content-wrapper .image{margin:0 !important;order:unset !important;}
}