.brand{display:flex;align-items:center;min-width:210px;height:62px}
.brand img{display:block;width:196px;max-height:60px;object-fit:contain;object-position:left center}
@media(max-width:650px){
  .brand{min-width:0;width:148px;height:52px}
  .brand img{width:148px;max-height:50px}
}
