.testimonials{
  width: 100%;
  float: left;
  margin: 20px 0px;
  height: 0px;
  overflow: hidden;
}
.testimonials-list-item{
  float: left;
  padding: 0px 20px 10px 20px;
}
.testimonials-item-img{
  float: left;
  width: 200px;
  text-align: center
}
.testimonials-item-content{
  float: left;
  padding-left: 20px;
  width: calc( 100% - 200px );
}
.testimonials-item-title i{
  margin-right: 5px;
}
.testimonials-item-title{
  color: #4cb050;
  font-size: 20px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.testimonials-list{
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.testimonials-item-img img{
  margin: 0 auto;
}
.testimonials-item-description{
  line-height: 25px;
}
.testimonials-description-title{
  display: block;
  text-align: left;
  padding-left: 60px;
}
.testimonials-description-icons{
  display: block;
  text-align: left;
}
.testimonials-description-icons i{
  font-size: 70px;
  color: #b2d9b3;
}
