Reduce padding on certain sections of home page Motion theme

I would like to reduce the padding on multiple sections of the home page.

The first section is rich text as there is too much space above it and below it. Also, want to reduce the padding above and below the featured collection on the home page.

Hope someone can help!

@ChiNG18 for this you need to add below css code in your theme dot css file

.index-section { margin: 50px 0; }