.custom-image-layout{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:var(--grid-desktop-horizontal-spacing);margin-bottom:3rem;}.layout-item{padding:0;margin:0;}.layout-item:nth-child(2){grid-column:2 / 4;grid-row:1 / 3;}@media(max-width:749px){.custom-image-layout{grid-template-columns:repeat(2,1fr);grid-gap:var(--grid-mobile-horizontal-spacing);}.layout-item:nth-child(2){grid-column:1 / 3;grid-row:2 / 2;}}