
        @media (max-width: 768px) {
            body {
              overflow-x: hidden;
            }
        }
        
        /* a{
          width: 800px;
          height: 200px;
          display: flex;
          justify-content: center;
          align-items: center;
          flex-direction: column;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%);
        } */


        @media (max-width: 1440px) and (min-width: 768px) {
          .hidden-md {
            display: none;
          }
        }