How to remove excess space in footer on Dawn theme?

The excess space between contact@aqua-hydro.com and the bottom of the footer is really annoying me.

Store link: aqua-hydro.myshopify.com

Password: [none]

@Aqua-Hydro

sorry for that issue but your password doesn’t work can you please check again and let me know

Hi,

Your password does not work.

Thank you.

Sorry, password = “steely”

Add this code in

Online Store > Themes > Actions > Edit Code > Custom.css

@media screen and (max-width: 749px) {
.footer-block__details-content, .footer-block.grid__item { margin-bottom: 0; }
.footer__content-top { padding-bottom: 0; }
}