.nav-phone {
  color: #f2b84b;
  font-weight: 700;
  white-space: nowrap;
}

.call-link {
  display: inline-flex;
  flex-direction: column;
  margin-top: 1.625rem;
  padding: 0.875rem 1.25rem;
  border: 1px solid #f2b84b;
  color: #fff;
}

.call-link span {
  color: #f2b84b;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.call-link strong {
  font: 700 1.55rem/1.25 Manrope, sans-serif;
}

.contact-note {
  margin-top: 2.125rem;
}

.footer-phone {
  display: inline-block;
  margin-top: 0.625rem;
  color: #f2b84b;
  font-weight: 700;
}

@media (max-width: 900px) {
  .nav-phone {
    padding: 0.75rem 0;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }
}
