@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css);
figure.testimonial {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  min-width: 200px;
  max-width: 290px;
  width: 100%;
  text-align: left;
  box-shadow: none !important;
}
figure.testimonial * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
  transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}
figure.testimonial img {
  max-width: 100%;
  vertical-align: middle;
  height: 90px;
  width: 90px;
  border-radius: 50%;
  margin: 40px 0 0 10px;
}
figure.testimonial blockquote {
  display: block;
  border-radius: 8px;
  position: relative;
  color: #fff;
  background-color: #222;
  padding: 25px 50px 30px 50px;
  font-size: 0.8em;
  font-weight: 500;
  min-height: 180px;
  height: 180px;
  margin: 0;
  line-height: 1.6em;
  font-style: italic;
}
figure.testimonial blockquote:before,
figure.testimonial blockquote:after {
  font-family: 'FontAwesome';
  content: "\201C";
  position: absolute;
  font-size: 50px;
  font-style: normal;
}
figure.testimonial blockquote:before {
  top: 25px;
  left: 20px;
}
figure.testimonial blockquote:after {
  content: "\201D";
  right: 20px;
  bottom: 0;
}
figure.testimonial .arrow {
  top: 178px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 38px solid transparent;
  border-top: 38px solid #222;
  margin: 0;
  position: absolute;
}

figure.testimonial > blockquote > span {
 overflow:hidden;
 max-height: 160px;
}
figure.testimonial .author {
  position: absolute;
  bottom: 45px;
  padding: 0 10px 0 120px;
  margin: 0;
  text-transform: uppercase;
  color: #000000;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}
figure.testimonial .author h5 {
  opacity: 0.8;
  margin: 0;
  font-weight: 800;
}
figure.testimonial .author h5 span {
    display:block;
  font-weight: 400;
  text-transform: none;
  padding-left: 5px;}