Responsive Issues Some of containers are overflowed horizantally in some media queries and I wanted to avoid it by defining the Media Query and after that giving css style to stop overflow-x but in output it takes the css style, still overflow-x scroll is visible then I checked all the container to see which contianer is overflowed but no containers were overlfowed. Main container has the max-width = 140rem; every small container has the max-width =120rem;
body {
background-color: #000;
font-family: "Work Sans", sans-serif;
overflow-x: hidden;
}
I used overflow-x to hidden but the whitespace in right side still visible, which is extra