Theme Envy, remove collection list top and bottom margin

hi, i want to remove the ‘collection list’ top and bottom margin, can any expert help me?

theme ENVY, collection list.

@JK25 Plesae send me store url and pass.

@JK25 .

Share the URL…

12312312ewqsaxz.myshopify.com

pass: 1234

@JK25 Go to assets/ theme-index.min.css and paste below css at bottom of file.

.shopify-section .homepage-sections-wrapper, .shopify-section .homepage-sections-wrapper--white
{
padding: 0px !important;
}

I only want collection no top and bottom margin, others section still need to margin

@JK25

section.homepage-sections-wrapper.homepage-sections-wrapper--white {
    padding: 6px;
}

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

@JK25

confirm