.brand{display:flex;align-items:center;flex:none}
.brand img{display:block;width:100px;height:auto;max-height:60px;object-fit:contain}
.footer-brand{display:flex;align-items:center;flex:none}
.footer-brand img{display:block;width:144px;height:auto;max-height:none;object-fit:contain}

@media(max-width:600px){
  .brand img{width:100px;max-height:52px}
}
