.site-brand {
  display: inline-flex;
  align-items: center;
  margin-right: 1rem;
}

.site-logo {
  display: block;
  width: 255px;
  height: 42px;
  object-fit: contain;
  object-position: left center;
}

.footer-logo-panel {
  display: inline-flex !important;
  align-items: center;
  padding: .45rem .6rem;
  margin: 0;
  background: #fff;
  border-radius: 10px;
}

.footer-logo {
  display: block;
  width: 255px;
  height: 38px;
  object-fit: contain;
  object-position: left center;
}

@media (max-width: 575px) {
  .site-logo { width: 220px; height: 37px; }
  .footer-logo { width: 220px; height: 34px; }
}
