section.quote {
	overflow: hidden;
}
section.quote .text {
	padding-left: 30px;
	position: relative;
}
section.quote .text::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f10d";
	
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 20px;
}
section.quote p.heading {
	font-weight: 500;
	font-size: 150%;
	margin: 0px;
	margin-bottom: 15px;
}
section.quote p.citation {
	margin: 0px;
}

div#page section.quote {
	padding: 10px;
	box-sizing: border-box;
}