.hero-text-sm {
  background-color: rgba(0,0,0,0.6);
  clip-path: polygon(0 0, 70% 0%, 60% 100%, 0% 100%);
  z-index: 50;
}

.hero-text {
  background-color: rgba(0,0,0,0.6);
  z-index: 50;
}
