How to reduce the vertical spacing in Home Testimonial section

Add the following in Hello! Pro’s (v 1.5.1 at the time of writing this) style.css to get rid of excess spacing above and below in the Social Proof Slider widget in Home – Testimonial widget area.

.widget__socialproofslider .social-proof-slider-wrap {
	padding-top: 0;
	padding-bottom: 0;
}