.testimonials{
  width: 100%;
  float: left;
  padding: 0px 100px;
  margin: 20px 0px;
}
.testimonials-list-item{
  float: left;
  padding: 0px 20px 10px 20px;
  width: 568px;
}
.testimonials-item-img{
  float: left;
  width: 120px;
}
.testimonials-item-content{
  float: left;
  width: calc(100% - 120px);
  padding-left: 20px;
}
.testimonials-item-title i{
  margin-right: 5px;
}
.testimonials-item-title{
  color: #05a0bc;
  font-size: 20px;
  padding-top: 10px;
  margin-bottom: 10px
}