.hero-section::after {
  content: "";
  position: absolute;
  inset: auto 10% 8% 10%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,.16), transparent);
}
