Collapsible footer menu in-between lines ( Dawn Theme )

Hello Everyone!

In mobile mode, I want to add a line below the policies. Just like the line above. No need to change anything in desktop mode. Please help me. Thank you.

What I want

I have added the following code to the assets/component-card.css file

@media screen and (max-width:750px){
.footer-block.grid__item.footer-block–menu {
border-top: 0.5px solid #fff !important;
}
}

You can try to use this code and check

@media screen and (max-width:750px){
.footer-block.grid__item.footer-block--menu:last-child {
border-bottom: 0.5px solid #fff !important;
}
}