@layer utilities {
  @media (max-width: 768px) {
    .l:not(.s) {
      display: none !important;
    }
  }

  @media (min-width: 769px) {
    .s:not(.l) {
      display: none !important;
    }
  }
}