.elementor .hero-section{height:35vw;max-height:70vh;position:relative;&::after  {
  content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 5vw;
	background: white;
	clip-path: polygon(0 100%, 100% 0, 100% 100%);

}\n}