.sy-hide-sub {
  display: none !important;
}

@media (min-width: 1024px) {
  .sy-hide-sub {
  display: flex !important;
  }
}