I’m not sure why that’s happening to your site; it may be due to something you added. It appears you can fix it by finding this:
.home-featured .widget-wrap {
padding: 35px 0;
}
and chnaging it to
.home-featured .widget-wrap {
padding: 35px 0 0;
}`