[data-custom-block="image-grid"] {margin:60px 0;}
[data-custom-block="image-grid"] .block-wrapper{display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:center;}
[data-custom-block="image-grid"] .block-wrapper.four{display:grid;grid-template-columns:repeat(2,1fr);}
[data-custom-block="image-grid"] .block-wrapper img{border-radius:15px;}

@media (max-width:720px)
{
    [data-custom-block="image-grid"] {margin:40px 0;}
    [data-custom-block="image-grid"] .block-wrapper{flex-direction:column;}
    [data-custom-block="image-grid"] .block-wrapper.four{grid-template-columns:unset;}
}