.testimonial {
  position: relative;
}

.testimonial p {
  margin: 0;
}

.testimonial h2,
.testimonial p,
.testimonial blockquote {
  width: 100%;
}

@media (max-width: 767px) {
  .testimonial h2 {
    text-align: center;
  }
}

.testimonial h2 + p,
.testimonial h2 + blockquote {
  margin-top: 20px;
}

.testimonial p + .be-paragraphBold,
.testimonial blockquote + .be-paragraphBold {
  margin-top: 30px;
}

.testimonial .be-paragraphBold + .be-paragraphBold {
  margin-top: 0;
}

.testimonial .ce-imageRound img {
  max-width: 285px;
}

@media (max-width: 767px) {
  .testimonial .ce-imageRound .be-imageFigure {
    text-align: center;
  }
}

.testimonial .quoteSign {
  position: relative;
  height: 60px;
  width: 60px;
  line-height: 144px;
  font-size: 144px;
  font-weight: bold;
  font-family: "Publico", Georgia, serif;
  overflow: hidden;
}

.testimonial .quoteSign > div {
  position: absolute;
  bottom: 5px;
  vertical-align: baseline;
}

