.site-header .brand img {
  width: 78px;
  height: auto;
  max-height: 68px;
  border-radius: 6px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(27, 27, 34, 0.08), 0 8px 22px rgba(27, 27, 34, 0.08);
}

.brand--footer img {
  width: 132px;
  height: auto;
  max-height: none;
  border-radius: 6px;
  object-fit: contain;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(27, 27, 34, 0.08);
}

@media (max-width: 720px) {
  .site-header .brand img {
    width: 68px;
    max-height: 59px;
  }

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