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