.testimonial-container .testimonial-text-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimonial-container .testimonial-text {
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  max-width: 80%;
}
.testimonial-container .testimonial-bottom {
  text-align: center;
}
.testimonial-container .testimonial-bottom img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}
.testimonial-container .testimonial-bottom .testimonial-name {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 5px;
}
.testimonial-container .testimonial-bottom .testimonial-designation {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #4b5154;
}