#testimonials h2 {
  font-weight: 400;
}
#testimonials h2 b {
  font-weight: 500;
}
.testimonial {
  color: #666;
  font-size: 15px;
  position: relative;
}
/*.testimonial::before {
  content: '\93';
	color: #ccc;
	font-weight: bold;
	font-size: 68px;
	line-height: 54px;
	position: absolute;
	left: 0;
	top: 0;
}*/
.testimonial .overview b {
	text-transform: uppercase;
}
#testimonials .fa-quote-left {
  color: #ccc;
  font-size: 24px;
  position: absolute;
}
