.testimonial-block {
  min-height: 40px!important;
  border: 1px solid #eee;
  padding: 1rem;
}
blockquote, blockquote.wp-block-quote {
	margin-top: 1rem;
	padding: 1rem;
    background: #e9ecef;
    border-left: 10px solid #3fb8c4;
	border-radius: 1rem;
	font-size: 1rem;
	margin-right: 1rem;

}
.blockquote-footer, cite {
  margin-top: 1rem;
  font-size: 1rem;
}
.blockquote-footer::before, blockquote cite::before, blockquote.wp-block-quote cite::before {
  content: "— ";
}