blockquote {
	border: 0px solid transparent;
	position: relative;
	padding-left: 0px;
}

blockquote h2,
blockquote p {
	padding-left: 60px;
}


blockquote::before {
	color: var(--t3j-primary);
	content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 300 300" fill="grey"><rect fill="transparent" width="100%" height="100%"/><path d="m175.6 204.73 22.19 46.49C258.61 223.15 278 189.49 278 151.18V48.78H175.6v102.4h51.2c0 15.64-12.42 35.66-51.2 53.55zm-153.6 0 22.19 46.49c60.83-28.07 80.21-61.73 80.21-100.04V48.78H22v102.4h51.2c0 15.64-12.42 35.66-51.2 53.55z"></path></svg>');
	width: 50px;
	height: 50px;
	position: absolute;
}
