.product-narrative {
  padding: 140px 18vw;
  text-align: center;
}

.product-narrative h2 {
  font-size: clamp(45px, 5vw, 75px);
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.product-narrative > p:last-child {
  max-width: 700px;
  margin: 25px auto 0;
  font-size: 14px;
  line-height: 1.8;
  color: #5b5750;
}
