.paragraph--type--paragraph-quote {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid var(--colorGray);
  background: var(--colorGrayXLight);
  font-style: italic; 
  position: relative;
}

.paragraph--type--paragraph-quote div:nth-child(1) {
  font-family: var(--fontSerif);
  font-weight: 700;
}

.paragraph--type--paragraph-quote div:nth-child(1)::after,
.paragraph--type--paragraph-quote div:nth-child(1)::before {
	color: rgb(204, 204, 204);
	color: var(--colorGray);
	font-size: 2.566em;
	font-size: var(--fontSizeLarge);
	line-height: 0;
	position: relative;
	top: .4em;
	display: inline-block
}

.paragraph--type--paragraph-quote div:nth-child(1)::before {
	left: -.15em;
	content: '"';
}

.paragraph--type--paragraph-quote div:nth-child(1)::after {
	content: '"';
	left: 0;
}

.paragraph--type--paragraph-quote div:nth-child(2) {
  margin-top:1em;
  text-align: right;
}

.paragraph--type--paragraph-quote div:nth-child(3) {
  text-align: right;
  font-size: var(--fontSizeSmall);
}