.contact-number {
  display: block;
  width: fit-content;
  margin: -10px 0 25px;
  font: 700 clamp(2.25rem, 4vw, 4rem) 'Barlow Condensed', sans-serif;
  line-height: 1;
  letter-spacing: .015em;
}

.contact-number:hover { color: #fff2d8; }

.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button-text {
  color: white;
  border: 1px solid rgba(255,255,255,.65);
}

.button-text:hover {
  background: rgba(255,255,255,.1);
  border-color: white;
}

.facebook-link {
  display: inline-block;
  margin-top: 25px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(255,255,255,.45);
  font-size: .82rem;
  font-weight: 600;
}

.facebook-link span { margin-left: 8px; }

@media (max-width: 520px) {
  .contact-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .contact-actions .button { padding: 0 14px; }
}
