@media (min-width: 575px) {
  .hide-on-mobile {
    display: none;
  }
}

