If you mean the space below the Hillcrest roofing logo at the top left, this come from the fact that you used a text widget to insert the image link, and WP adds a paragraph tag around that which comes with a default bottom margin. The image also comes with top bottom margin.
Using a custom HTML widget would probably help control that, or you can add the rule below to the theme Global Custom CSS Rule box to get rid of these
.wvrx-fb-col-1 p, .wvrx-fb-col-1 img
If you don’t want to remove the top margin, only include the margin-bottom property