How can I remove large white gaps between collections on my home page?

Hi can someone please tell me how to remove the big white gaps between each section of my collections, on my home page. Padding settings are already as low as Shopify lets me. Thank you

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

https://neurodepthnd.com/

Don’t feel comfortable giving my password out.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
@media screen and (min-width: 750px){
.section + .section {
    margin-top: 20px;
}
}

Thank you, but this didn’t work

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the Top of the file:
@media screen and (min-width: 750px){
.section + .section {
    margin-top: 20px!important;
}
}

Amazing! This worked! Thanks so much for your help. I am new to Shopify, are you able to have a look at my store and give me some feedback on how I can improve it? Thanks again!

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.
If helpful then please Like and Accept Solution.

Only other thing I am stuck with, I want to add afterpay to my store, but in payment settings there is no “additional payment” option. How do I add afterpay? Thanks