@media (min-width: 769px){
    .news-mobile{
        display: none;
    }
    div.foot-nav-list.mobile-list{
        display: none!important;
    }
}