
/* Text V1 */
[data-custom-block="gallery"] {margin:40px 0;}
[data-custom-block="gallery"] .block-wrapper .gallery {padding:40px 0;display:grid;grid-template-columns: 1fr 1fr 1fr;gap:20px;}
[data-custom-block="gallery"] .block-wrapper img {border-radius: 10px;}

@media screen and (max-width: 800PX) {
    [data-custom-block="gallery"] .block-wrapper .gallery {grid-template-columns: 1fr 1fr;}
    
}