Remove space above the featured collection

Hi all, do you know how to remove this space above the featured collection? Thanks a lot to everyone

https://refade-8966.myshopify.com/

password: refade

Hello @Marco211

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

section#shopify-section-template--19286285844822__0a0fdef5-478a-4d81-a039-29643e03152d {
    margin-top: -16px !important;
}

unfortunately it didn’t work, it’s like before

Hello @Marco211

You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.section-template--19286285844822__0a0fdef5-478a-4d81-a039-29643e03152d-padding {
    margin-top: -16px !important;
}

Thank you and good day