.brand-image {
  display: flex;
  align-items: center;
  letter-spacing: 0;
}

.brand-image img {
  display: block;
  width: 210px;
  height: auto;
  max-height: 52px;
  object-fit: contain;
  object-position: left center;
}

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

@media (max-width: 520px) {
  .brand-image img {
    width: 166px;
    max-height: 44px;
  }
}
