.testimonial {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: left;
	box-shadow: none !important;
}

.testimonial img {
	max-width: 100%;
	vertical-align: middle;
	height: 90px;
	width: 90px;
	border-radius: 50%;
	margin: 40px 0 0 10px;
}

.testimonial blockquote {
	background-color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
	padding: 25px 50px 30px;
	position: relative;
}

.testimonial blockquote:before,
.testimonial blockquote:after {
	content: "\201C";
	position: absolute;
	color: #492365;
	font-size: 50px;
	font-style: normal;
}

.testimonial blockquote:before {
	top: 25px;
	left: 20px;
}

.testimonial blockquote:after {
	content: "\201D";
	right: 20px;
	bottom: 0;
}

.testimonial .tag {
	top: 100%;
	width: 0;
	height: 0;
	border-left: 0 solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #fff;
	margin: 0;
	position: absolute;
}

.testimonial .student {
	position: absolute;
	bottom: 45px;
	padding: 0 10px 0 120px;
	margin: 0;
	transform: translateY(50%);
}