.content { display: grid; gap: var(--Spacing-x2); } @media (min-width: 768px) { .content { gap: var(--Spacing-x3); } }