blockquote {
  	position: relative;
 	font-size: 1rem;
 	color: #6b7276;
 	padding: 5px 0px 5px 15px;
}

blockquote:before {
 	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #d4d5d7;
}
