.brand-logo {
  display: block;
  width: 232px;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  object-position: left center;
}

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

@media (max-width: 760px) {
  .brand-logo {
    width: 184px;
    max-height: 40px;
  }

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