.cl-testimonials {
  padding: 40px 0;
  text-align: center;
}

.cl-testimonial-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px;
}

.cl-testimonial-item {
  flex: 50%;
  max-width: 50%;
  box-sizing: border-box;
  padding: 15px;
}

.cl-testimonial {
  background: #fff;
  padding: 30px;
  border-radius;
  box-shadow: -2px 3px 7px 4px #00000003;
}

.cl-testimonial img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.cl-testimonial-name {
  font-size: 1.8rem;
  text-transform: uppercase;
  margin: 20px 0;
}

.cl-testimonials .stars {
  color: #f0932b;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.cl-testimonials .stars .rated {
  color:lightgray;
}
@media screen and (max-width: 960px) {
  .cl-testimonial-item {
    flex: 100%;
    max-width: 80%;
  }
}
