.phone,
.header-cta span,
.contact-phone,
.footer-phone {
  font-weight: 800;
  white-space: nowrap;
}

.contact-phone {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.footer-phone {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  margin-bottom: 6px;
}

@media (max-width: 760px) {
  .phone {
    display: inline-flex;
  }
}
