Brooklyn Theme - How Do I Reduce Or Eliminate White Space Between Sections?

Hello,

How can I reduce the white space, mainly on and around the home page, between the sections. I am also getting a lot of white space on other pages. Let me know if thats normal or not. Just looking to get a decent amount of full screen width and limiting white spaces. See picture for homepage reference.

www.banianroots.earth

Password: BRPublicTest3!!

Hi,

Adding the following css to assets/theme.scss.liquid file might help:

.index-sections .shopify-section:first-child:not(.shopify-section--full-width){
margin-top: 15px !important;
}

Hey That did not work.