The idea
Everything at once. The header is a flex row with the title on the left and the badge on the right; the four tiles form a 2×2 grid; and the footer contains a floated avatar that must not collapse it.
Match all six elements: the badge, the four tiles, and the footer.
This level needs display, justify-content and grid-template-columns; float is off-limits so the tiles must use grid.