.category-mosaic{display:grid;gap:1rem;grid-auto-rows:300px}@media (min-width:1024px){.category-mosaic{display:grid;gap:2rem;grid-auto-rows:auto;grid-template-columns:repeat(4,minmax(0,1fr));grid-template-rows:repeat(6,250px)}.category-mosaic-item:first-child,.category-mosaic-item:nth-child(2){grid-column:span 2;grid-row:span 2}.category-mosaic-item:nth-child(3),.category-mosaic-item:nth-child(4),.category-mosaic-item:nth-child(5),.category-mosaic-item:nth-child(6){grid-row:span 2}.category-mosaic-item:nth-child(7){grid-column:span 2;grid-row:span 2}.category-mosaic-item:nth-child(10){grid-column:span 2}}