Too much space between elemtns

On the following page there is too much space between the end of the map and the footer.

I’d like these elements to have no gap between them.

Thanks for your help!

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the space by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove space*/
section.content-area.pt0 {
    padding-bottom: 0;
    top: 20px;
}

Best Regards,
Support