.testimonials {
  position: relative;
  z-index: 2;
  background-color: rgb(99, 23, 255)
}
.testimonials-box{
  position: relative;
  overflow: hidden;
}
.testimonials-img{
  width: 100%;
}
.testimonials-img2{
  display: none;
}
.testimonials-body{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.testimonials-body4{
  padding: 0 52px 52px;
  background-color: #fff;
  position: relative;
}
.testimonials-body4-slider{
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  overflow: hidden;
}
.testimonials-control{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 3;
  height: 100%;
}
.testimonials-control-inner{
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background-color: #d5ff03;
  border-radius: 50%;
  z-index: 3;
}
.testimonials-body4:hover .testimonials-control-inner::after{
  left: 17%;
}
.testimonials-body4:hover .testimonials-control-inner::before{
  left: 80%;
}
.testimonials-control-inner::after{
  content: '〈';
  position: absolute;
  top: 50%;
  left: 22%;
  transform: translate(-50%,-50%);
  font-weight: bold;
}
.testimonials-control-inner::before{
  content: '〉';
  position: absolute;
  top: 50%;
  left: 75%;
  transform: translate(-50%,-50%);
  font-weight: bold;
}
@media(min-width: 1280px) {
  .testimonials {
    background-color: rgb(99, 23, 255)
  }
  .testimonials-img {
    width: 800px;
    display: inline-block;
  }
  .testimonials-img2 {
    width: calc(100% - 800px);
    display: inline-block;
  }

  .testimonials-body{
    background-color: #fff;
    padding: 108px 0 0 108px;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 100%);
  }
  .testimonials-body2{
    padding: 52px 108px;
    background-color: #000;
    color: #fff;
  }
  .testimonials-body3{
    padding: 52px 108px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .testimonials-body h3{
    font-size: 36px;
    max-width: 60%;
    padding-bottom: 1rem;
  }
  .testimonials-body p{
    font-size: 16px;
    max-width: 60%;
  }
}
@media(max-width: 1280px) {
  .testimonials{
    background-color: #fff;
  }
  .testimonials-img{
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, -25% 100%);
  }
  .testimonials-body{
    padding: 24px;
  }
  .testimonials-body .button-content {
    padding-left: 32px;
  }
  .testimonials-body2{
    padding: 54px;
    background-color: #000;
    color: #fff;
  }
  .testimonials-body3{
    padding: 54px;
    background-color: #fff;
  }
  .testimonials-body h3{
    font-size: 30px;
    max-width: 60%;
    padding-bottom: 1rem;
  }
  .testimonials-body p{
    font-size: 16px;
    max-width: 60%;
  }
}