   footer .current-menu-item > a{
    text-decoration: underline; 
    white-space: nowrap;
}

   @media (max-width: 781px) {
   .footer-left {
        order: 0;
    }

    .footer-right {
        order: 1;
    }

    .footer-middle {
        order: 2;
    }
}