.quote {
	font-size: 28px;
	line-height: 60px;
	text-align: center;
	padding: 40px;
	color: #616161;
	font-style: italic;
	background:rgba(1,1,1,0.2);
}

.quote:before {
	content: '"';
}
.quote:after {
	content: '"';
}