.brand img {
  display: block;
  width: 282px;
  height: auto;
  max-height: 58px;
  object-fit: contain;
}

.footer-brand {
  padding: 0;
  background: transparent;
}

.footer-brand img {
  width: 200px;
  max-height: 42px;
}

@media (max-width: 620px) {
  .brand img {
    width: 225px;
    max-height: 48px;
  }

  .footer-brand img {
    width: 188px;
  }
}
