.tm-sc-testimonials .star-rating {
  float: right;
  overflow: hidden;
  position: relative;
  height: 1.1em;
  line-height: 1.2;
  font-size: 0.9em;
  width: 5.6em;
}
.tm-sc-testimonials .star-rating::before {
  content: "\f005\f005\f005\f005\f005";
  color: #d3ced2;
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}
.tm-sc-testimonials .star-rating span {
  overflow: hidden;
  float: left;
  top: 0;
  left: 0;
  position: absolute;
  padding-top: 1.5em;
}
.tm-sc-testimonials .star-rating span::before {
  content: "\f005\f005\f005\f005\f005";
  font-family: "Font Awesome 5 Free";
  font-weight: 500;
  color: #f1c40f;
  top: 0;
  position: absolute;
  left: 0;
}
.tm-sc-testimonials .star-rating {
  float: none;
  margin-top: 5px;
  margin-bottom: 20px;
  overflow: visible;
}
.tm-sc-testimonials .star-rating span:before {
  color: var(--theme-color2);
}
.tm-sc-testimonials .author-text,
.tm-sc-testimonials .name,
.tm-sc-testimonials .job-position {
  transition: all 0.3s ease-in-out;
}
.tm-sc-testimonials .star-rating span:before {
  transition: all 0.3s ease-in-out;
}

.testimonial-block-style1 .author-text {
  font-size: 34px;
  font-weight: 300;
  line-height: 50px;
  padding: 0 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 1199.98px) {
  .testimonial-block-style1 .author-text {
    font-size: 29px;
    line-height: 38px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-block-style1 .author-text {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-style1 .author-text {
    font-size: 24px;
    line-height: 35px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-style1 .author-text {
    font-size: 20px;
    line-height: 35px;
    padding: 20px 0;
  }
}
.testimonial-block-style1 .infu {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 60px;
}
.testimonial-block-style1 .infu .image {
  width: 60px;
  height: 60px;
}
.testimonial-block-style1 .infu .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.testimonial-block-style1 .infu .name-info .testimonial-name {
  color: #fff;
  margin: 0;
}