.brand {
  display: flex;
  align-items: center;
  align-self: stretch;
  margin-right: auto;
}

.brand img {
  display: block;
  width: 112px;
  height: 64px;
  object-fit: contain;
}

.footer-brand img {
  display: block;
  width: min(220px, 50%);
  height: auto;
  object-fit: contain;
}

@media (max-width: 800px) {
  .brand img {
    width: 88px;
    height: 56px;
  }

  .footer-brand img {
    width: min(280px, 100%);
  }
}
