How can I reduce padding between sections on my homepage?

Can anyone out there help me with this…

So I wanted to reduce the padding a little, between two sections on my homepage. I attached a screenshot to give you a better view. If you need access to view the site I can give you that as well.

Thank you so much for your help!

Hi @corp41 ,

Would you please share your store url?

Thanks

Yes,

Sorry for that. It is www.forgiveoursins.co and I am using the Narrative Theme.

Try this in theme.css file:

#shopify-section-1626034844b61a68fc .featured-collection{
padding:0px !important;
}

Thanks

Exactly what I needed.

Thanks man!