How to add padding/space on front page

I’m wanting to get space between the counter widget and the jumbo image here: http://nighthaven.org/

I just want space so it doesn’t look like they’re attached.
Could someone please help?

Thank you! :slight_smile:

Hello there,

I hope your day is going well.

Please go to Appearance > Customize > Additional CSS and use the following CSS code to increase the margin:


#header .bottom-header {
    margin-bottom: 50px;
}

Best Regards,
Support