.jlx-under-hero-section {
  position: relative;
  z-index: 1;
}
.jlx-under-hero-section .fl-col:last-child .fl-col-content {
  position: relative;
}
.jlx-under-hero-section .fl-col:last-child .fl-col-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  background-color: inherit;
  clip-path: polygon(0% 0%, 100% 100%, 0% 100%);
}