@import '../../styles/variables'; .header { margin-top: $spacer; margin-bottom: $spacer; } .title { margin: 0; font-size: $font-size-h2; @media (min-width: $break-point--small) { font-size: $font-size-h1; } } .description { margin-top: $spacer / 2; font-size: $font-size-large; }