.testimonials .block-wrap {
  padding: 0 2%;
}
@media only screen and (min-width: 768px) {
  .testimonials .block-wrap {
    padding: 0 3.5%;
  }
}
.testimonials .top {
  text-align: center;
}
.testimonials .content-inner {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .testimonials .content-inner .slick-arrow.fa-circle-chevron-left {
    left: -1.25em;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials .content-inner .slick-arrow.fa-circle-chevron-right {
    right: -1.25em;
  }
}
.testimonials .testimonial {
  padding: 0.5em;
}
.testimonials .testimonial .inner {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 15px #e2e2e2;
  min-height: 280px;
  margin-top: 2em;
  padding: 0 1.5em 1.5em;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial .inner {
    align-items: center;
    display: flex;
    margin-top: 0;
    margin-left: 75px;
    padding: 2em 1em 2em 0;
  }
}
@media only screen and (min-width: 980px) {
  .testimonials .testimonial .inner {
    padding: 2.5em 50px 2.5em 0;
    margin-left: 125px;
  }
}
@media only screen and (min-width: 1140px) {
  .testimonials .testimonial .inner {
    margin-left: 150px;
  }
}
.testimonials .testimonial .inner:before {
  background: url(../../img/logo-mark.svg) center bottom no-repeat;
  background-size: contain;
  bottom: 2em;
  content: '';
  display: block;
  height: 50%;
  margin-right: 15%;
  margin-left: 15%;
  position: absolute;
  right: 0;
  width: 70%;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial .inner:before {
    background-position: center center;
    bottom: 0;
    height: 100%;
    margin-left: 0;
    margin-right: 10%;
    top: 0;
    width: 60%;
  }
}
.testimonials .testimonial.no-img .inner {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial.no-img .inner {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial.no-img .inner:before {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials .testimonial-wrap {
    flex: 1;
    padding-left: 1.75em;
  }
}
@media only screen and (min-width: 1140px) {
  .testimonials .testimonial-wrap {
    padding-left: 2.5em;
  }
}
.testimonials p.title {
  color: #000099;
  font-size: 1em;
  margin-bottom: 1em;
  text-transform: uppercase;
  font-family: "Figtree", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.testimonials blockquote {
  font-family: "Figtree", sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.3em;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .testimonials blockquote {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .testimonials blockquote {
    font-size: 1.4em;
  }
}
@media only screen and (min-width: 980px) {
  .testimonials blockquote {
    font-size: 1.6em;
  }
}
@media only screen and (min-width: 1140px) {
  .testimonials blockquote {
    font-size: 1.8em;
  }
}
.testimonials .quote-left,
.testimonials .quote-right {
  left: 25px;
  margin-top: -60px;
  position: absolute;
  top: 50%;
}
.testimonials .quote-left.quote-right,
.testimonials .quote-right.quote-right {
  left: auto;
  right: 25px;
}
.testimonials .quote-left svg,
.testimonials .quote-right svg {
  fill: #f0f0f0;
  height: auto;
  width: 120px;
}
.testimonials .quote-text-wrap {
  padding: 0;
  position: relative;
}
.testimonials .quote-text-wrap p {
  font-size: 1em;
}
.testimonials .img-wrap {
  position: relative;
  width: 100%;
}
.testimonials .img-wrap:after {
  bottom: 0;
  border: 12px solid;
  border-color: transparent transparent #fff transparent;
  content: '';
  display: block;
  left: 50%;
  height: 0;
  position: absolute;
  transform: translate(-50%, 0);
  width: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .testimonials .img-wrap {
    margin-left: -75px;
    width: 275px;
  }
}
@media only screen and (min-width: 980px) {
  .testimonials .img-wrap {
    margin-left: -125px;
  }
}
@media only screen and (min-width: 1140px) {
  .testimonials .img-wrap {
    margin-left: -150px;
    width: 350px;
  }
}
.testimonials .img-wrap:before {
  content: '';
  display: block;
  padding-top: 80%;
}
@media only screen and (min-width: 768px) {
  .testimonials .img-wrap:before {
    padding-top: 95%;
  }
}
.testimonials .img-wrap img {
  border-radius: 10px;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .testimonials .img-wrap img {
    margin-top: -1.5em;
  }
}
.testimonials cite {
  display: block;
  margin-top: 1em;
  position: relative;
  z-index: 2;
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  .testimonials cite {
    min-width: 300px;
  }
}
.testimonials cite .author {
  font-size: 1.1em;
  margin-top: 0.5em;
}
.testimonials cite .author:before {
  content: '—';
}
.testimonials .slick-slider .testimonial {
  height: 100%;
}
.testimonials .slick-slider .testimonial .inner {
  height: calc(100% - 2em);
}
@media only screen and (min-width: 768px) {
  .testimonials .slick-slider .testimonial .inner {
    height: 100%;
  }
}
