Use the grid-column property to make the first grid item extend across the first two grid columns.
grid-column
Make sure to pick grid-column followed by : and then span, 2, ;.
:
span
2
;