@media screen and (max-width: 1024px) {
    body { 
        width: 100%;

        overflow-x: hidden !important;
    }
}