.brand {
  gap: 0;
}

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

.site-header.scrolled .brand img {
  height: 52px;
}

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

@media (max-width: 800px) {
  .brand img,
  .site-header.scrolled .brand img {
    height: 48px;
  }
}
