Space Between Features and Clients

I need to reduce the white space between my features (What We Do) and clients (Our Partners) widgets.

www.ensurtec.com

Hello there,

I hope you are doing well today.

You can use the following CSS code to reduce the space between the widgets by going to Appearance > Customize > Additional CSS and pasting it there.

/*Padding bottom for the what we do section*/
div#shapely_home_features-3 section {
    padding-bottom: 5px;
}

/*Our Partners top padding*/
div#shapely_home_clients-3 section {
    padding-top: 10px;
}

Best Regards,
Support

That works! Thank you!