How can I add top-padding to a menu in a DWN theme footer?

Dear all, i need to add some top-padding to menu inside this bfooter. The theme is dwn. Can someone help me?

Thanks,

@Ereki84 ,

Share the store URL.

sorry https://lumiyaskin.com/

@Ereki84 ,

.footer__content-top.page-width {
    padding-top: 29px;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid

It worked thanks!