.testimonials-clean {
  color: #eef4f7;
}

.testimonials-clean p {
  color: var(--black);
}

.testimonials-clean h2 {
  font-weight: bold;
  margin-bottom: 40px;
  padding-top: 40px;
  color: inherit;
}

@media (max-width: 767px) {
  .testimonials-clean h2 {
    margin-bottom: 25px;
    padding-top: 25px;
    font-size: 24px;
  }
}

.testimonials-clean .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.testimonials-clean .intro p {
  margin-bottom: 0;
}

.testimonials-clean .people {
  padding: 50px 0 20px;
}

.testimonials-clean .item {
  margin-bottom: 40px;
}

.testimonials-clean .item .box {
  padding: 30px 15px;
  position: relative;
  background: var(--bg-g-yellow);
  background: var(--bg-lg-yellow);
}

.testimonials-clean .item .box:after {
  content: '';
  position: absolute;
  left: 35px;
  bottom: -20px;
  width: 0;
  height: 0;
  border: 8px solid #852a2a00;
  border-width: 10px 7px;
  border-top-color: #db9700;
}

.testimonials-clean .item .author {
  margin-top: 28px;
  padding-left: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.testimonials-clean .item .name {
  font-weight: 400;
  margin-bottom: 0;
  color: inherit;
  font-size: 16px;
}

.testimonials-clean .item .title {
  font-size: 13px;
  color: #9da9ae;
}

.testimonials-clean .item .description {
  font-size: 15px;
  margin-bottom: 0;
  max-height: 145px;
  overflow-y: scroll;
}

.testimonials-clean .item img {
  max-width: 40px;
  float: left;
  margin-right: 12px;
  margin-top: -5px;
}

.testimonials-clean .item .description::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.testimonials-clean .item .description::-webkit-scrollbar-thumb {
  background-color: #a67904;
}

.testimonials-clean .item .description::-webkit-scrollbar-track,
.testimonials-clean .item .description::-webkit-scrollbar-thumb {
  border-radius: 12px;
}

.testimonials-clean .item .description::-webkit-scrollbar-track {
  background-color: #c98f00;
}
/*# sourceMappingURL=testimonial.css.map */