.testimonial-row-wrapper{
	padding-top: 90px;
	min-height: 550px;
	padding-bottom: 90px;
	background-color: white;
}
.testimonial-text-overlay{
  position: absolute;
  top: 100px;
  left: 75px;
  right: 75px;
  color: var(--light);
}
.testimonial-text{
	font-size: 22px;
	font-weight: 700;
	text-align: center;
}
.testimonial-author{
	font-size: 14px;
	text-align: right;
}
.testimonial-image{
	-webkit-box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 19px -6px rgba(0,0,0,0.75);
}