.mac-os-updates { font-size: $x-small; &__description { margin: $pad-xxlarge 0; } &__content { max-width: $break-1600; margin: 0 auto; display: flex; justify-content: space-between; gap: $pad-xxlarge; h2 { font-size: $small; margin: 0; } } &__os-versions-card { margin-bottom: $pad-xxlarge; } &__premium-feature-message { margin-top: 80px; } @media (max-width: $break-990) { &__content { flex-direction: column; } } }