.block-content-with-gallery .content-with-gallery{grid-template-columns:1fr 1.5fr;}
.block-content-with-gallery .content-with-gallery .content.with-background{padding:5rem;border-radius:10px;display:grid;align-items:center;}
.block-content-with-gallery .content-with-gallery .gallery{grid-template-columns:1fr 1fr;display:grid;grid-gap:30px;}
.block-content-with-gallery .content-with-gallery .gallery .gallery-image img{height:100%;width:100%;object-fit:cover;overflow:hidden;border-radius:10px;}

@media(max-width:1024px){
    .block-content-with-gallery .content-with-gallery{grid-template-columns:1fr !important;}
}

@media(max-width:768px){
    .block-content-with-gallery .content-with-gallery{grid-gap:15px;}
    .block-content-with-gallery .content-with-gallery .content.with-background{padding:3rem;}
    .block-content-with-gallery .content-with-gallery .gallery{grid-gap:15px;}
}