/* index.html */
    .page-bg {
      background: linear-gradient(to bottom, #00acb51f 0%, #00abb559 50%, #00acb51f 100%) !important;
    }
    .home-m {
      height: 100vh !important;
    }

    .hero-spacer {
      width: 100%;
      display: flex;
      justify-content: start;
      margin-left: 12%;
      margin-top: 27px;
    }
  
    .sre {
    display: none !important;
  }
    @media (max-width: 991px) {
          .sre {
      margin-top: 3rem;
      display: block !important;
    }
    }
