.c-testimonial {
  text-align: center;
  margin-bottom: 24px;
}
.c-testimonial__text {
  background: #ffffff;
  border: 0;
  color: #777777;
  position: relative;
  border-radius: 0;
  box-shadow: none;
  padding: 57px 10% 53px;
  margin: 0 auto;
}
.c-testimonial__text h1, .c-testimonial__text h2, .c-testimonial__text h3, .c-testimonial__text h4, .c-testimonial__text h5, .c-testimonial__text h6 {
  color: inherit;
}
.c-testimonial__text > :first-child {
  margin-top: 0;
}
.c-testimonial__text > :last-child {
  margin-bottom: 0;
}
.c-testimonial__text p {
  font-weight: 300;
  color: #333;
  font-size: 18px;
  line-height: 1.68;
}
.c-testimonial__author {
  display: block;
  font-weight: 700;
  padding: 34px 10% 23px;
  text-align: center;
  margin: 0;
  position: relative;
}
.c-testimonial__img-wrap {
  width: 50px;
  position: absolute;
  top: -25px;
  left: calc(50% - 25px);
  overflow: hidden;
  border-radius: 50%;
}
.c-testimonial__img {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.c-testimonial__title {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0;
}
.c-testimonial__source {
  margin-top: -3px;
  font-weight: 400;
  display: block;
}
.c-testimonial .c-testimonial__author {
  color: #fff;
  background: var(--color-primary-base);
}
.c-testimonial--no-bg .c-testimonial__author {
  color: #fff;
  background: var(--color-primary-base);
}
.c-testimonial--color-secondary .c-testimonial__author {
  color: #fff;
  background: var(--color-secondary-base);
}
.c-testimonial--shadow {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.1);
}
.c-testimonial--dark .c-testimonial__author {
  color: #fff;
  background: #333;
}
.c-testimonial--light .c-testimonial__text {
  background: #f7f7f7;
  color: #000000;
}
.c-testimonial--light .c-testimonial__author {
  color: #171717;
  background: #dadada;
}
.c-testimonial--lg__img-wrap {
  height: auto;
  width: 60px;
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  overflow: hidden;
}
.c-testimonial--lg .c-testimonial__author {
  padding-top: 50px;
}
