.site-header {
  padding: 0.55rem 3vw;
}

.brand,
.footer-brand {
  display: block;
  width: max-content;
}

.brand img {
  width: 82px;
  height: 82px;
  object-fit: contain;
}

.footer-brand img {
  width: 170px;
  height: auto;
}

@media (max-width: 850px) {
  .site-header {
    padding: 0.45rem 5vw;
  }

  .brand img {
    width: 64px;
    height: 64px;
  }
}
