In default, there is white space on your content area.
This is happened because of this code
#content { padding: 44px 0; }
But if you’re using content that need to elimate the white space
You can add this code into your custom.css
#content { padding: 0px 0 !important; }