Sub Grid

๐Ÿ‘จโ€๐Ÿ’ผ Let the parent grid define grid rows, so we can later align the content section with the logo tiles.

Logo tiles as subgrid

๐Ÿจ For the logo tiles, Defer the grid rows to the parent grid with subgrid.
๐Ÿจ Span the grid across 6 rows, to maintain the previous grid layout.
๐Ÿ’ฐ You can define grid-template-rows as a subgrid with grid-rows-subgrid.
๐Ÿ’ฐ You can span an element across multiple rows with the row-span-* utilities.

No tests here. Sorry.