remove spacing between sections shapes theme

Hi @urbantis .

Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.

div#shopify-section-template--23027574473032__rich_text_faGtmW .section-content.px-section.py-section-vertical-spacing {
    margin: 0px !important;
    padding: 0px !important;
}
div#shopify-section-template--23027574473032__image_with_text_X69Qfx .section-content.relative.z-10.py-section-vertical-spacing {
    margin-bottom: 0px !important;
    padding-bottom: 5px !important;
}