How can I remove extra space in the footer of my Dawn theme?

is there a way to get rid of this extra space in footer I just got ?

my site

website - https://the-style-luxe.myshopify.com/

password - reucho

thanks in advance!!

@hasanali1 - add this css and check

.footer{padding-bottom: 0 !important;}

.footer:not(.color-background-1) {
border-top: none;
padding-bottom: 0px;
}