That extra space you’re seeing is the padding. You can edit this on line 1318 in your css –
.welcome-wide .wrap {
margin: 0 auto;
overflow: hidden;
padding: 120px 0 60px;
width: 1140px;
}
The 120px is the top. The 0 is the left and right. The 60px is the bottom.