.header-logo {
  display: block;
  height: 64px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
}

.honeypot-field {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.hero-headshot {
  object-position: center 8%;
}

@media (max-width: 639px) {
  .header-logo {
    height: 54px;
    max-width: 155px;
  }
}
