Prevent Horizontal Scrolling

I’m making a portfolio page with 2 tilted div blocks that stretch across the screen. A few days after making them, I realized there was a huge amount of overflow going on with both mobile and desktop devices, causing horizontal scrolling. I tried fixing it by setting overflow to hidden, but nothing changed. Please help!!

Read-only link

div-block-23 and div-block-24 has a min. width of 120vw which cause the overflow. Make it 100vw to fix the issue.