.testimonials {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1000px auto;
  text-align: center;
  padding: 10rem 0;
}
.testimonials .wrapper {
  display: flex;
  justify-content: center;
}
.testimonials .title-thc {
  margin: auto;
}
.testimonials .item {
  padding-top: 2rem;
}
.testimonials .item .desc {
  margin-bottom: 2rem;
}
.testimonials .item .img-wrap {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  margin: auto;
}
.testimonials .item .name {
  font-size: 1.5rem;
  color: #000000;
  font-family: "Lora", Sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin-top: 1rem;
}
@media only screen and (max-width: 769px) {
  .testimonial .list-tes {
    width: 100%;
  }
  .testimonials {
    padding: 10rem 0 4rem 0;
  }
}
