Try setting the overflow of on your Div Block 20 to Hidden. This will hide any content that goes beyond your container. It looks like there is a little bit of extra space on the bottom which is causing this issue.
Also, while the above will remove all the scroll bars, I also recommend changing the width measurement on your Div Block 20 from 100vw to 100%. If content ever has a vertical scrollbar, in order to achieve true 100vw, the browser will add a horizontal scrollbar to account for the vertical one.