blockquote { quotes: '\201C' '\201D'; position: relative; }
blockquote:before { content: open-quote;top: 5px; left: 0; }
blockquote:after { content: close-quote; right: 0; }

blockquote:before, blockquote:after {
	font-size: 5em; position: absolute;
	color: rgba(163, 145, 125, 0.3);
}

.testimonials blockquote {
	border-bottom: 1px solid #C9B9A9;
	padding: 0 0 15px 30px;
	margin: 0 0 15px 0;
}

.testimonials blockquote:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin: 0;
}