.quote {
	position: relative;
	text-align: center;
	padding-block: 2em;
}

.quote:before {
	content: "\275D";
	position: absolute;
	right: 100%;
	transform: translate(1em, -1.5ex);
	color: var(--primary);
	font-size: 2rem;
	font-family: var(--wp--preset--font-family--charm);
}

.quote:after {
	content: "\002014\ Stéphanie Soufflet";
	color: var(--primary);
	position: absolute;
	right: 0;
	transform: translate(-20%, 0.25em);
}

.quote-team:after {
	content: "\002014\ Notre vision d'équipe";
}