How can I add an underline to my footer menu titles?

how can i underline my footer menu titles like this

this is mine currently

i need to get a white line under customer service

Hi,

Could you provide your store URL to check?

You can do that by adding this CSS code at the bottom theme.scss.liquid file in store admin > Sale channels > Online store > Themes > Edit code > Assets

.footer-link_list .site-footer__linktitle {
    padding-bottom: 20px;
    border-bottom: 1px solid;
}