.design > h2 {
  position: relative;
  z-index: 1;
  font-size: clamp(28px, 7vw, 34px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -0.04em;
  padding-bottom: 3px;
  text-decoration: underline;
  text-decoration-color: color-mix(in srgb, var(--a), transparent 48%);
  text-decoration-thickness: 7px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
}

.previewrail .design > h2 {
  font-size: 29px;
}
