.product__insights {
  padding: 3rem;
  text-align: center;
}

.product__insights h4 {
  color: rgb(var(--color-base-accent-1));
  line-height: 1.5;
  margin-bottom: 0;
}

.product__insights h6 {
  color: rgba(var(--color-foreground), 0.6);
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 0;
}