.testimonial {
  margin-bottom: 50px;
}

.portfolio-above {
  text-align: center;
  padding: 70px 0 30px;
}

.testimonial-quote-text {
  text-align: justify;
}

.testimonial-quoter {
  text-align: right;
  font-size: 20px;
  line-height: 25px;
  padding: 20px 0 10px;
  font-family: 'calluna';
  font-variant: small-caps;
}

.testimonial:last-child {
  border-bottom: 0;
}

.quote {
  font-size: 30px;
  line-height: 0px;
}

.quote.left {
  padding-right: 2px;
}

.quote.right {
  padding-left: 2px;
}

