.brand-image img {
  display: block;
  width: 235px;
  height: auto;
  transform: none;
}

.header-wordmark {
  color: #122033;
  font-size: 1.45rem;
  font-weight: 900;
  letter-spacing: -.04em;
  text-decoration: none;
}

.header-wordmark span {
  color: #0799ee;
}

.brand-image {
  width: auto;
  height: auto;
  overflow: visible;
}

.protected-contact {
  align-items: stretch;
  flex-direction: column;
}

.protected-contact .button,
.protected-contact .phone {
  width: fit-content;
}

@media (max-width: 620px) {
  .site-header .brand-image img {
    width: 190px;
    transform: none;
  }

  .site-header .brand-image {
    width: auto;
    height: auto;
  }

  .protected-contact .button,
  .protected-contact .phone {
    width: 100%;
  }
}
