.block-gallery .container{max-width:1440px;width:90%;}
.block-gallery .grid{grid-template-columns:2fr 1.5fr;grid-gap:80px;}
.block-gallery .grid.reverse{grid-template-columns:1fr 2fr;}
.block-gallery .gallery{grid-gap:1.5rem;align-items:unset}
.block-gallery .gallery img{width:100%;}
.block-gallery.large-text .grid{grid-template-columns:1fr 1fr;grid-gap:4rem;align-items:flex-start;}
.block-gallery.large-text .grid.reverse{grid-template-columns:1fr 1fr;}

@media(max-width:1024px){
    .block-gallery .container{width:100%;}
    .block-gallery .grid{grid-template-columns:1fr !important;grid-gap:40px;}
    .block-gallery .grid:not(.reverse){display:flex;flex-direction:column-reverse;}
    .block-gallery .grid.gallery{grid-gap:1rem;display:grid;}
}