Unintentional Horizontal Scrollbar showing up on Home page only

A horizontal scrollbar is showing up on the homepage only on all screen orientations, I’ve inspected the code and there is no element with 100vh value.

Have also ran the following script : $.each( $(‘*’), function() {
if( $(this).width() > $(‘body’).width()) {
console.log("Wide Element: ", $(this), "Width: ",
$(this).width());
}
});

Output : Wide Element: S.fn.init [div.section.is–center.is–hiddenonmob] Width: 7557.78

Can anyone please help, if possible!
Preview Link: https://preview.webflow.com/preview/twentyxtech?utm_medium=preview_link&utm_source=designer&utm_content=twentyxtech&preview=a275ddde0534f1f658b26689224e555b&workflow=preview

Hello Sahil, I can’t see a horizontal scrollbar on any screensize in the homepage, can you share a screen recording?