#testimonials {
  font-weight: 100;
  background: #404041;
  color: #f1f1f1;
  padding: 5rem 0;
}

#testimonials .quote {
  background: url(img/quote.svg) no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  display: flex
}

#testimonials p {
  font-size: 2.8rem;
  padding: 0 3rem 0 0;
  letter-spacing: -1px
}

#testimonials p:last-of-type {
  font-size: 1.7rem;
  padding: 3rem 0 0;
  letter-spacing: 0px
}

#testimonials a {
  color: var(--primary);
}

a.flex-next {
  float: right;
}

a.flex-prev {
  float: left;
}

.bx-wrapper {
  margin-bottom: 3rem;
}

.bx-pager {
  transform: translateY(1rem);
}
