How can I decrease the white space between sections on my webpage?

Hi

I have pages which are broken down into a few featured collections for groups of products, there is quite a lot of white space between the sections that I would like to reduce. Could anyone help me with this please?

https://www.allthekids.co.uk/pages/role-play

Thanks

Tom

Hi @Booshy
You can try follow this path:
Themes => edit code => asset => theme.min.css
and add this code to bottom of the file theme.min.css

.shopify-section .homepage-sections-wrapper, .shopify-section .homepage-sections-wrapper--white{
padding: 30px 0!important;
}