.header { display: flex; font-weight: bold; } .quality, .title { flex: 0 1 250px; } .notice { composes: alert from '~Components/Alert.css'; margin: 0; margin-bottom: 20px; } @media only screen and (max-width: $breakpointSmall) { .header { display: none; } .definitions { &:first-child { border-top: none; } } }