/*Testimonials page*/
.node--type-mt-testimonial .field--name-body,
.node--type-mt-testimonial .field--name-field-mt-subtitle {
  padding: 0 0 0 55px;
}
.node--type-mt-testimonial .field--name-body p {
  font-style: italic;
  margin: 0;
  position: relative;
  padding: 5px 5px 5px 0;
}
.node--type-mt-testimonial .field--name-body p:first-child:after {
  position: absolute;
  font-family: 'PT Serif', Georgia, Times, Times New Roman, Serif;
  content: "“";
  left: -60px;
  top: 0px;
  font-size: 96px;
  font-style: normal;
  line-height: 1;
}
