

.testimonial_banner {
  display: flex;
  background: #fcece9;
  border-radius: 20px;
  padding: 60px 40px 40px 60px;
}

.testimonial_banner.Right {
  flex-direction: row-reverse;
  padding: 60px 60px 40px 40px;
}

.single_post_content_cont .testimonial_banner {
  padding: 30px 30px 20px 25px;
}

.single_post_content_cont.Right .testimonial_banner {
  padding: 30px 25px 20px 30px;
}

.testimonial_author_box {
  text-align: center;
  min-width: 150px;
  margin-right: 60px;
}

.testimonial_banner.Right .testimonial_author_box {
  margin-right: 0;
  margin-left: 60px;
}

.testimonial_banner .testimonial_author {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}

.testimonial_banner .author_position {
  font-size: 14px;
  line-height: 20px;
}

.testimonial_content {
  font-size: 20px;
  line-height: 32px;
  font-style: italic;
  word-break: break-word;
}

.testimonial_icon {
  background: #fff;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 10px;
}

.testimonial_icon:after {
  content: url(../img/icon-testimonial-quotes.png);
}

.testimonial_author_img_cont {
  width: 100px;
  height: 100px;
  background-size: cover;
  background-position: top center;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 10px;
}





@media screen and ( max-width: 820px ) {

  .testimonial_banner.Right,
  .testimonial_banner {
    padding: 30px 20px 30px 30px;
    flex-direction: column;
  }

  .testimonial_banner.Right .testimonial_author_box,
  .testimonial_author_box {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 20px;
  }

  .testimonial_banner .testimonial_content {
    font-size: 18px;
    line-height: 30px;
  }


}