I need to remove the space above the footer

I need to remove the space above the footer. Please help.

link: https://7pgjrvl9f09mjqjj-26958544.shopifypreview.com

hii, @Janamir
Paste this code on top of the theme.css file.

div#shopify-section-footer-template3 {
    margin-top: -100px !important;
}

Thank You.

@Zworthkey this one worked: footer:not([class^=pt-offset]) {
margin-top: 0px;
}

thanks though!