Hello There,
Thanks for providing the screenshot. The space is coming from the VC Grid. To remove the space, please add the following css code in the customizer, Appearance > Customize > Custom > CSS
body .vc_grid-container {
margin-bottom: 0;
}
Hope this helps. Please let us know how it goes.