Hi there,
There are some bottom margins and padding that are creating issues. Try this CSS code to remove the blank space:
.home.page-template .site-main,
.home.page-template .content-area,
.home.page-template .is-layout-flex,
.home.page-template .type-page {
padding-bottom: 0px !important;
margin-bottom: 0px !important;
}
Thanks!