.container { display: grid; gap: var(--Spacing-x3); } @media screen and (min-width: 1367px) { .container { gap: var(--Spacing-x7); } }