Remove padding and margin between sections

Hi,

I don’t manage to remove padding between two sections on our website. See attached footage. The website is cykelfiket.se

Br,

Hi @Lovesjoegren

I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.

Please add this css in your bottom of the css file:
@media (min-width: 1280px) {

#shopify-section-template–16481493516544__1655101869d9e33c62 .text-body {padding-left: 80px !important; padding-right: 80px !important;}

}

#shopify-section-template–16481493516544__1655101869d9e33c62 .text-body {padding-top: 0 !important;}

#shopify-section-template–16481493516544__1655101869d9e33c62 .text-body iframe .content {max-width: 100% !important; margin: 0 auto !important;}

#shopify-section-template–16481493516544__48986711-9529-495a-9968-d3f1c2fa910d .text-body {padding-bottom: 40px !important;}

Regards,

San