.testimonial-wrapper {
	max-width: 350px;
	height: 100%;
	margin:auto; 
	display: block;
	text-align: center;
	padding-top:20px;
}
.quote {
	margin: auto; 
	display: block;
	padding: 30px;
}
.quote img {
	margin:auto;
}
.checked {
	color: #e68a24;
}
.unchecked {
	color: #525252;	
}
.fa-star {
	font-size: 25px;
	width: 30px;
}
.testimonial-quote {
	padding-left: 20px; 
	padding-right: 20px;
	padding-bottom: 20px;
}
.testimonial-text {
	line-height: 2;
	font-size: 14px;
	color: #525252;
	margin: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}
.customer {
	font-size: 30px;
	font-weight: bold;
	color: #525252;
	margin: 0;
}
.title {
	font-size: 16px;
	font-style: italic;
	color: #525252;
	margin:0;
}
.testimonial {
	background-color: #f2f2f2; 
	border:1vw solid #fff;
}