.brand {
  gap: 0;
}

.brand > img {
  width: 225px;
  height: auto;
  max-height: 56px;
  object-fit: contain;
  object-position: left center;
}

.footer-brand > img {
  width: 180px;
  filter: brightness(0) invert(1);
  opacity: 0.88;
}

@media (max-width: 600px) {
  .brand > img {
    width: 185px;
  }
}
