
.simpleBanner2.deco::before{
content:'';
  width: 50%;
  height: 120px;
  position: absolute;
  z-index: -1;
  background: #ffffff;
  background: linear-gradient(90deg, rgba(173, 72, 221, 1) 0%, rgba(255, 255, 255, 0) 100%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0% 100%);
  top: 0;
  right: 0;
}
.simpleBanner2.deco2::before{
    content: '';
    width: 60%;
    height: 150%;
    position: absolute;
    z-index: -1;
    background: #BB7EDE;
    background: linear-gradient(185deg,rgba(187, 126, 222, 1) 0%, rgba(167, 48, 220, 1) 44%, rgba(113, 0, 151, 1) 66%);
    clip-path: polygon(35% 0%, 100% 0%, 70% 100%, 0% 70%);
    top: 0;
    right: 13%;
}
.simpleBanner2.deco2 h1{
  width: 60%;
}
/* Mobile */ 
@media (max-width: 769px) {
    .simpleBanner2.deco::before{
        height: 170px;
        width: 60%;
        clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%);
    }
    .simpleBanner2.deco2::before{
      content: none;
    }
    .simpleBanner2.deco2 h1{
      width: 100%;
    }
}