.testimonials{
  width: 100%;
  margin: 20px 0px;
  padding: 30px 0px;
  background-color: #f0f0f0;
  height: 0px;
  overflow: hidden;
}
.testimonials-list-item{
  float: left;
  padding: 0px 20px 10px 20px;
  width: 568px;
}
.testimonials-item-img{
  width: 100%;
  text-align: center;
}
.testimonials-item-content{
  width: 100%;
  padding-left: 20px;
}
.testimonials-item-title i{
  margin-right: 5px;
}
.testimonials-item-title{
  color: #333333;
  font-size: 20px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.testimonials-list{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 50px;
}
.testimonials-item-img img{
  margin: 0 auto;
}
.testimonials-item-description{
  line-height: 25px;
}