.header-phone-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: currentColor;
  font-size: 1.4rem;
  font-weight: 500;
  white-space: nowrap;
}

@media screen and (min-width: 990px) {
  .header-phone-number {
    margin-right: 6rem;
  }
}