.bottom-footer-row #block_various_links_footer ul {
    display: flex;
    flex-flow: column wrap;
    height: 80px;
}

@media (min-width: 768px) and (max-width: 991px) {
    .bottom-footer-row #block_various_links_footer ul {
        height: 95px;
    }    
}

@media (max-width: 767px) {
    .bottom-footer-row #block_various_links_footer ul {
        height: auto;
        display: block;
    }   
}