.mw_Testimonials{
	padding: 2vw 2vw 2vw 3vw;
}


.mw_Testimonials em {
	line-height: 1.2;
	position: relative;
	padding-left: 2em; /* Add padding to make room for the quote mark */
	color: #fff;
	font-size: 21px;
}

.mw_Testimonials em::before {
	content: "“";
	position: absolute;
	left: -0.3em;
	font-size: 7em;
	color: #1b2458;
	top: -0.2em;
	line-height: 1;
	display: block;
	opacity: 0.9;
}

.mw_Testimonials em::after {
  content: "”";
  color: #1b2458;   /* keep your custom color */
  font-size: 1.2em;   /* match normal text size */
  line-height: 1;
  margin-left: 0.1em; /* small gap from text */
  position: static;   /* inline, not absolute */
  display: inline;
  opacity: 0.9;
}

.mw_Testimonials cite {
	display: block;
	text-align: right;
	color: #1b2458;
	font-weight: 600;
}