.site-header {
  height: 94px;
}
.logo-brand img {
  display: block;
  height: 82px;
  object-fit: contain;
  width: 82px;
}
.contact-logo {
  display: block;
  margin: 0 auto 22px;
  max-width: 190px;
  width: 55%;
}
.phone-link {
  display: block;
  font-size: 18px;
  font-weight: 700;
  margin: 2px 0 10px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.footer-logo img {
  filter: brightness(0) invert(1);
  height: 88px;
  width: 88px;
}
footer > p:last-child {
  text-align: right;
}
@media (max-width: 850px) {
  .site-header nav { top: 94px; }
  footer > p:last-child { text-align: center; }
}
@media (max-width: 520px) {
  .logo-brand img { height: 72px; width: 72px; }
  .contact-logo { max-width: 160px; width: 60%; }
}
