.quote {
	font-weight: 100;
	font-size: 2rem;
	max-width: 600px;
	line-height: 1.4;
	position: relative;
	margin: 0;
	padding: .5rem;
	padding-left: 3rem;
}

.quote:before,
.quote:after {
	position: absolute;
	color: var(--bs-primary);
	font-size: 8rem;
	width: 4rem;
	height: 4rem;
}

.quote:before {
	content: '“';
	left: 0;
	top: -2rem;
	opacity: 0.4;
}

.quote:after {
	content: '”';
	right: 0;
	bottom: 1rem;
	opacity: 0.4;
}
