.step-top {
  justify-content: center;
}

.special-services-link {
  color: #087b78;
  font-size: .82rem;
  font-weight: 750;
  white-space: nowrap;
}

.booking-panel {
  align-self: center;
  padding: 2.5rem;
  color: var(--ink);
  background: var(--white);
  box-shadow: var(--shadow);
}

.booking-panel h3 {
  margin-bottom: 1rem;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
}

.booking-panel > p:not(.eyebrow) {
  margin-bottom: 1.75rem;
}
