Fix padding between sections on home page

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 section which is an image banner so it looks like an error. Can anyone assist?

@web-designer1

do you need reduce spacing or removed all section spacing

I want there two be no spacing here, and the two sections touching eachother.

@web-designer1

yes, please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.index-section {
    padding-top: 10px;
    padding-bottom: 10px;
}

@web-designer1

Please Add this CSS to your css file

div#shopify-section-1644533245661eb5e5, div#shopify-section-hero-2 {
    padding: 0 !important;
}

Thank You!

NEither of those solutions are working there is still an blank area inbetween both sections

@web-designer1

yes, please share us