.footer-wrapper{
 border-top: solid 1px #eee;   
}
#footer .widget .is-divider{
    display: block;
}
@media screen and (min-width:768px) {
.ft-row-2{
    border-top:solid 1px #eee;
        padding-top: 20px;
}
}
@media screen and (max-width:768px) {
    .footer-wrapper .section-content{
        display: flex;
        flex-direction: column-reverse;
    }
    #nav_menu-2{
        padding: 0;
    }
}