/**
 * CLAS Quotes Carousel
 */

.carousel-quotes {
  background-color: #353535;
  color: #fff;
  text-align: left;
  padding: 80px 0;
  position: relative;
}

.carousel-quotes .clas-carousel-next {
  right: 20px;
}

.carousel-quotes .clas-carousel-prev {
  left: 20px;
}

.carousel-quote-photo img {
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 2em;
  max-width: 168px;
  text-align: center;
}

.carousel-quote-text {
  font-size: 26px;
  font-weight: 200;
  margin-bottom: 2em;
}

.carousel-quote-name {
  font-size: 18px;
  font-weight: bold;
}

.carousel-quote-title {
  font-size: 18px;
}
