  .triplei-testimonial-wrapper {
  margin-bottom: 20px;
  position: relative;
  margin-top: 2em;
}
.triplei-testimonial-wrapper svg {
  width: 8.5em;
  position: absolute;
  top: -1.6em;
  left: 0;
}
@media only screen and (min-width: 992px) {
  .triplei-testimonial-wrapper svg {
    top: -3em;
  }
}
@media only screen and (min-width: 1200px) {
  .triplei-testimonial-wrapper svg {
    width: 10.5em;
  }
}
@media only screen and (min-width: 1900px) {
  .triplei-testimonial-wrapper svg {
    top: -3.6em;
  }
}
.triplei-testimonial-wrapper svg path {
  fill: rgba(172, 193, 124, 0.2);
}
.triplei-testimonial-wrapper blockquote {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.triplei-testimonial-wrapper blockquote > *:first-child {
  margin-top: 0;
  padding-top: 0;
}
.triplei-testimonial-wrapper blockquote > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.triplei-testimonial-wrapper blockquote p {
  color: #acc17c;
  font-size: 2.1rem;
  font-weight: 300;
  margin-bottom: 0.2em;
  padding-left: 1.6em;
  padding-top: 0.5em;
}
@media only screen and (min-width: 992px) {
  .triplei-testimonial-wrapper blockquote p {
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .triplei-testimonial-wrapper blockquote p {
    font-size: 4.2rem;
  }
}
.triplei-testimonial-wrapper blockquote p.long-text p {
  font-size: 3.2rem;
}
.triplei-testimonial-wrapper blockquote footer {
  padding: 0 0 0.5em 0;
  margin: 0.8em 0 0 0;
  background: transparent;
  color: #acc17c;
  font-size: 1.6rem;
  text-align: right;
}
@media only screen and (min-width: 992px) {
  .triplei-testimonial-wrapper blockquote footer {
    font-size: 2.1rem;
    margin-top: 0;
  }
}
.triplei-testimonial-wrapper blockquote footer:before {
  content: "~";
}
.triplei-testimonial-wrapper blockquote footer cite {
  font-style: normal;
}
