How to remove Whites space on website arabic RTC page?

A new White space is appearing on some of the Arabic RTL pages of the website, especially homepage and
collection page.

link : emanara.com/ar

@AdamAnas - issue is Arabic page do not have any unique class or id , so it can affect other language site, but you can use this css and check, should look like screenshot below

@media only screen and (max-width: 768px){
.custom__item {padding-left: 0px;}
.custom-content {margin-left: 0px;}
}