/* Make the hero phone number the strongest action after the page heading. */
.hero-actions .btn[href^="tel:"] {
  padding: .95rem 1.65rem;
  font-size: 1.12rem;
  letter-spacing: .02em;
}

@media (max-width: 767px) {
  .hero-actions .btn[href^="tel:"] {
    font-size: 1.2rem;
  }
}
