.row-grid{display:grid;grid-template-columns:repeat(auto-fit);gap:1rem}.column-grid{display:grid;grid-template-rows:subgrid;grid-row:span 3}