/* Utility Classes */

@media screen and (max-width: 749px) {
  .hidden-mobile {
    display: none !important;
  }
} 