.wrapper { display: flex; flex-direction: column; align-items: center; gap: var(--Spacing-x2); } .links { display: grid; gap: var(--Spacing-x-one-and-half); justify-items: center; } .link { display: flex; align-items: center; } @media screen and (min-width: 1367px) { .wrapper { align-items: start; } .links { justify-items: start; } }