
        @media (max-width: 768px) {
            body {
              overflow-x: hidden;
            }
        }
        
        @media (min-width: 768px) {
          .elementor-column.elementor-col-33{
            width: 33%;
          }
        }