.testimonial-single-wrapper {
  background-color: #b47eea;
  border-radius: 20px;
  padding: 45px 58px 55px;
  margin-bottom: 155px;
  position: relative;
  margin-top: 17px;
}

.testimonial-quote {
  font-family: "PT Serif", sans-serif;
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  line-height: 53px;
  margin-bottom: 36px;
}

.quote-author,
.author-position {
  font-size: 25px;
  font-weight: 500;
  line-height: 39px;
}

.testimonial-icon {
  position: absolute;
  right: 77px;
}

@media screen and (max-width: 800px) {
  .testimonial-quote {
    font-size: 25px;
    line-height: 38px;
  }
  .quote-author,
  .author-position {
    font-size: 20px;
    line-height: 32px;
  }
  .page-template-page-why-dot-v2 .testimonial-single-wrapper {
    padding: 45px 18px 55px;
  }
  .testimonial-icon {
 
    right: 26px;
  }
}
