.brand {
  gap: 0;
}

.brand img {
  display: block;
  width: auto;
  height: 78px;
}

.footer-brand img {
  height: 112px;
}

@media (max-width: 900px) {
  .brand img {
    height: 66px;
  }
}

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

  .footer-brand img {
    height: 105px;
  }
}
