.brand {
  display: flex;
  align-items: center;
  flex-direction: row;
}

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

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

@media (max-width: 600px) {
  .brand img { width: 165px; }
  .footer-brand img { width: 175px; }
}
