Because the element of class header is now both a Grid item and a Flexbox container, we can use properties that belong to both layouts.

Split up the grid into two columns and make the element of class header span across both columns.

Make sure to pick 1fr 1fr, followed by grid-column: span 2;.