.product-choice {
  border-radius: clamp(3rem, 7vw, 6rem);
}

.product-choice h2 {
  margin-block: 0 var(--hw-space-3);
  font-size: clamp(3.6rem, 6.5vw, 6.75rem);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: -0.045em;
}

.product-choice > p:not(.hw-eyebrow) {
  max-width: 28rem;
  color: var(--hw-text-muted);
  font-size: clamp(0.95rem, 1.4vw, 1.15rem);
  font-weight: 500;
  line-height: 1.45;
}
