I've exhausted most of the solutions available online, yet I haven't been able to resolve the issue.
The content on my webpage is appearing wider than the screen size on mobile devices and some PCs
URL:
html, body,{
max-width: 100%;
margin: 0;
padding: 0;
overflow-x: hidden;
overflow: hidden;
height: 100%;
Despite experimenting with my CSS properties, the problem persists.
Could someone offer any assistance?