How can I change quick links from columns to rows in the Dawn theme?

i have something like this

And i want to turn the quick links in something like this:

Im using the dawn theme, the sites URL is geeks-club.com and the pass is nicold.

Use below code on you custom css section

ul.footer-block__details-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

Get help from here in needed:https://youtu.be/I51Zm_4lUAw?feature=shared