How to close up the gap between 2 sections

Hi,

How do you close off the gaps between sections?

Site url: https://thechillsmart.com

Hello @Chillsmart ,

Add this css at the bottom

Online Store->Theme->Edit code

assets-> theme.scss

@media only screen and (min-width: 590px){
.index-section {
margin: 45px 0 !important;
}
}

It worked! Thanks so much