.brand {
  gap: 0;
  min-width: 200px;
}

.brand > img.brand-logo {
  display: block;
  width: 185px;
  height: auto;
  max-height: 78px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand .brand-logo {
  width: 210px;
  max-height: none;
}

@media (max-width: 1120px) {
  .brand { min-width: 178px; }
  .brand > img.brand-logo { width: 165px; }
}

@media (max-width: 560px) {
  .brand { min-width: 0; }
  .brand > img.brand-logo { width: 150px; max-height: 68px; }
  .footer-brand .brand-logo { width: 185px; }
}
