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

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

.quote:before {
  content: '“';
  left: 0%;
  top: -3rem;
  opacity: 0.2;
  font-size: 10rem;
}

.quote:after {
  content: '”';
  right: 0%;
  bottom: 1rem;
  opacity: 0.2;
  font-size: 10rem;
}
