.site-header {
  background: #fdf4db;
}

.site-header .brand-link {
  width: 332px;
  height: 80px;
}

.site-header .brand-logo,
.brand-logo {
  display: block;
  width: auto;
  height: 80px;
  max-width: none;
  object-fit: contain;
}

.footer-brand-logo-panel {
  position: absolute;
  left: 225px;
  top: 146px;
  display: inline-flex;
  padding: 12px 16px;
  border-radius: 0;
  background: #fdf4db;
}

@media (max-width: 767px) {
  .site-header .brand-link {
    width: auto;
    height: 50px;
    flex: 0 0 auto;
  }

  .site-header .brand-logo,
  .footer-brand-logo-panel .brand-logo {
    width: auto;
    height: 50px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand-logo-panel {
    position: relative;
    left: auto;
    top: auto;
  }

  .footer-brand p {
    margin-top: 18px;
  }
}
