How to remove empty space on homepage after code edit?

I have edited the code to have a background colour for a section on my homepage. Only issue is there is now padding between the following sections which looks like an error. Can anyone assist?

If you want to remove the top padding, you could try adding this code to the bottom of theme.css

#shopify-section-hero-2 {
  padding-top:0;
}

this still doesn’t work :disappointed_face: