How To Reduce The Spacing Between Sections?

Using same color is a good idea.

or you can try this css code

@media screen and (min-width: 750px) {
    .section-header {
        margin-bottom: 0 !important;
    }
}

If problem solved don’t forget to Like it and Mark it as Solution!
And if you need help with customization/code part you can contact me for services

You can find the email in the signature below.

Thanks