Big white gaps between sections on mobile version

Hey guys! How to reduce this white gaps on mobile? www.petson.co.uk password 123

@Geriks1987 Go to assetes/base.css and pate below css at bottom of file.

.collapsible-row-layout .accordion
{
margin-bottom: 0px !important;
}

.accordion
{
margin-top: 0px !important;
}

.section + .section

{
margin-top:  10px !important;
}

.section-template--17441374404912__6e28666e-699d-4a22-8062-d56816a8361b-padding

{
padding-top: 10px !important;
}

Thank you!