How can I clear space in Gallery section

Hello everyone. Can anyone tell me how can I delete distance between these images (Screenshot below) . This is gallery section. Please provide me codes
I would greatly appreciate any help you can provide
Thankyou :slightly_smiling_face:

Website URL: https://mom-you-clothing-7494.myshopify.com
Password: Yatink

I want it like this : https://shopmulmul.com/ . Here gallery section don’t have any spaces

@Digital_Imran ,

gallery-item.gallery__item {
    margin-left: 0 !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

Thank you so much @oscprofessional
code work :slightly_smiling_face:

@Digital_Imran ,

Your most welcome.

Ask further help If any…