@media (max-width: 1400px) {
    .or {
      font-size: 14px;
      background-color: #ffffff;
      padding: 1px 0px;
      position: relative;
      top: 3px;
    }
  }
  
  @font-face {
    font-family: 'Mah';
    src: url('/assets/fonts/mah.otf') format('opentype');
    /* Optionally, you can specify other font formats here like 'woff' or 'woff2' */
  }
  
  /* Landing Jotgenie Font */
  #jotgenie-heading {
    font-family: 'Mah', sans-serif;
    padding-top: 20px;
  }

  
  @media (max-width: 767px) {
    .or {
      font-size: 15px;
      background-color: #ffffff;
      padding: 1px -2px;
      position: relative;
      top: 3px;
    }
  
  
  }