.footer-wrap .footer-nav .top{display: flex; justify-content: center;}

@media only screen and (max-width:980px){
    .footer-wrap .footer-nav .top{flex-wrap: wrap; justify-content: space-between;}
    .footer-wrap .footer-nav .top .nav{display: block;}
}