

.testimonial .image {
  transform: rotate(-5deg);
  max-width: 420px;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.testimonial .image img {
  border: 10px solid #fff;
  margin: 0;
  padding: 2px;
}
.testimonial .image .clip {
  border: 2px solid #222;
  border-right: none;
  height: 45px;
  width: 20px;
  position: absolute;
  right: 30%;
  top: -6%;
  border-radius: 25px;
}
.testimonial .image .clip:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  height: 10px;
  width: 16px;
  border: 2px solid #222;
  border-bottom: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  z-index: 99;
}
.testimonial .image .clip:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 40px;
  width: 16px;
  border: 2px solid #222;
  border-top: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  z-index: 99;
}



.testimonial1 .image {
  transform: rotate(4deg);
  max-width: 420px;
  float: right;
  margin-left: 15px;
  margin-bottom: 15px;
}
.testimonial1 .image img {
  border: 10px solid #fff;
  margin: 0;
  padding: 2px;
}
.testimonial1 .image .clip {
  border: 2px solid #222;
  border-right: none;
  height: 45px;
  width: 20px;
  position: absolute;
  right: 70%;
  top: -6%;
  border-radius: 25px;
}
.testimonial1 .image .clip:before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  height: 10px;
  width: 16px;
  border: 2px solid #222;
  border-bottom: none;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  z-index: 99;
}
.testimonial1 .image .clip:after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  height: 40px;
  width: 16px;
  border: 2px solid #222;
  border-top: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  z-index: 99;
}