img {
	max-width: 100%;
	height: inherit;
}

.block1 {
	border: 0;
	float: left;
	padding: 20px 7px 0 7px;
	font-size: 17px;
	font-style: italic;
	border-top: 3px solid #e7e9ea;
	border-bottom: 3px solid #e7e9ea;
	line-height: 24px;
	min-width: 300px;
	max-width: 300px!important;
	quotes: "\201C" "\201D" "\2018" "\2019";
	margin-right: 20px!important;
	margin-bottom: 20px!important;
}

.block1:before {
	color: #666;
	content: open-quote;
	font-size: 4em;
	line-height: .5em;
	font-family: "Times New Roman",Times,serif;
	font-weight: bold;
	vertical-align: 0; /* -0.5em */
}

.block1:after {
	color: #666;
	content: close-quote;
	font-size: 4em;
	line-height: .5em;
	font-family: "Times New Roman",Times,serif;
	font-weight: bold;
	text-align: right;
	float: right;
	width: 100%;
	margin-top: 20px;
}

.block2 {
	position: relative;
	padding: 1em;
	border-left: 0.2em solid #4d91b3;
	font-family: 'Roboto', serif;
	font-size: 1.4em;
	line-height: 1.5em;
	color: #444;
	margin-top: 40px;
	margin-bottom: 40px;
	background: rgba(0, 0, 0, .02);
	text-align: center;
}

.block2:before, .block2:after {
	content: '\201C';
	font-family: 'Sanchez';
	color: #4d91b3;
	font-size: 2em;
}

.block2:after {
	content: '\201D';
}

.block3 {
	display: block;
	border-width: 2px 0;
	border-style: solid;
	border-color: #eee;
	padding: 1.5em 0 0.5em;
	margin: 1.5em 0;
	position: relative;
	font-weight: 700;
}

.block3:before {
	content: '\201C';
	position: absolute;
	top: 0em;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: #fff;
	width: 3rem;
	height: 2rem;
	font: 6em/1.08em 'PT Sans', sans-serif;
	color: #666;
	text-align: center;
}

.block3:after {
	content: "\2013 \2003" attr(cite);
	display: block;
	text-align: right;
	font-size: 0.875em;
	color: #e74c3c;
}