.footer_top .row > div.col-lg-2 { flex: 0 0 25%; max-width: 25%; } 
@media (max-width: 991px) { .footer_top .row > div.col-md-4 { flex: 0 0 33.3333%; max-width: 33.3333%; } } 
@media (max-width: 767px) { .footer_top .row > div.col-sm-6 { flex: 0 0 50%; max-width: 50%; } }


/* Increase header logo size */
.nav_block .navbar-brand img.logo_dark {
    max-height: 80px;   /* Increase this value as needed */
    width: auto;
  margin-left: -27px;
}