If you’re referring to the extra space at the bottom right before your footer, then that is the .site-inner
which can be found near line 692 in your style.css file. If you don’t want to affect other pages, then I would add this to your css –
.home .site-inner {
clear: both;
padding-top: 0;
}