
@charset "UTF-8";
/* CSS Document */
blockquote {
    padding: 60px 80px 40px;
    position: relative;
}

blockquote {
    padding: 1.2em 1.4em 0;
    position: relative;
}

blockquote:before {
	quotes: "“" "“" "“" "“";
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  	content: open-quote;
}

blockquote:before {
	position: absolute;
  	display: inline-block;
  	vertical-align: bottom;
  	font-size: 4.5em;
  	top: 0.06em;
	left: -0.06em;
	color: rgba(0,0,0,0.10);
}

@media (max-width: 992px) {
	blockquote:before {
		top: 0.6em;
	}
}
