main.wallets { > footer { display: flex; gap: 1rem; align-items: center; justify-content: space-between; align-self: end; @media (max-width: 34rem) { justify-content: center; } } > article { display: grid; gap: 1.5rem; } }