.customer-quote__quote {
	margin: 0 10dvw;
	font-family: "Roboto Mono", monospace;
	color: #1a1b1d;
	font-size: 1.5rem;
	line-height: 1.4;
}

.customer-quote__quote::before {
	display: none;
}

.customer-quote__quote::after {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 300'%3E%3Cpath d='M113.51 100.6 88.28 55.97C32.35 87.58 24 123.13 24 141.51v102.53h102.53V141.51H75.26c0-8.9 10.02-24.96 38.25-40.91zm111.23 40.91c0-8.9 10.02-24.96 38.24-40.91l-25.22-44.63c-55.93 31.61-64.28 67.16-64.28 85.54v102.53H276V141.51h-51.26z' fill='%23C3422B'%3E%3C/path%3E%3C/svg%3E");
	position: absolute;
	top: -3rem;
	left: 0;
	width: 3rem;
}

.customer-quote__quote img {
	border-radius: 50%;
	overflow: hidden;
	aspect-ratio: 1 / 1;
	width: 5rem;
}

.customer-quote__quote cite {
	border: none;
	display: flex;
	align-items: center;
	padding: 0;
	margin-top: 2rem;
	gap: 1rem;
	font-family: "Inter", sans-serif;
}

.customer-quote__quote cite::before,
.customer-quote__quote cite::after {
	display: none;
}

.customer-quote__name {
	display: block;
	font-weight: 700;
}

/* Alt */
.customer-quote__quote--alt {
	font-family: "Inter", sans-serif;
	font-style: italic;
	color: #c3422b;
	text-align: center;
}
.customer-quote__quote--alt::after {
	content: "";
	border-bottom: 1px dashed #c3422b;
	position: static;
	width: 25%;
	height: 1px;
	display: block;
	margin: 0 auto;
	margin-top: 2rem;
}
