.brand-link img {
  width: 178px;
  max-height: 64px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: normal;
  background: #fff;
  border-radius: 4px;
}

.footer-inner img {
  width: 178px;
  padding: 8px 10px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 6px;
  filter: none;
}

@media (max-width: 640px) {
  .brand-link img {
    width: 150px;
    max-height: 56px;
  }
}
