.testimonials{
  width: calc(100% + 441px)!important;
  margin: 20px 0px;
  padding: 30px 0px;
  background-color: #f0f0f0;
  height: 0px;
  overflow: hidden;
  display: block;
}
@media (min-width: 450px) {
@media (max-width: 1680px) {
.testimonials {
  width: calc(100% + 441px)!important;
  margin: 20px 0px;
  padding: 30px 0px;
  background-color: #f0f0f0;
  height: 0px;
  overflow: hidden;
  display: none!important;
	}
}
.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{
    font-size: 18px;
    display: block;
    font-weight: bold;
    color: #303030;
    text-transform: uppercase;
    position: relative;
    padding: 0px 0px 5px 0px;
    line-height: 28px;
}
.testimonials-list{
  max-width: 1510px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 50px;
}
.testimonials-item-img img{
  margin: 0 auto;
}
.testimonials-item-description{
  line-height: 25px;
}