.container { display: grid; width: 1800px; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(2, 150px); grid-gap: 1rem; }