.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-style3 {
  margin-top: 0;
  box-shadow: none;
}
.testimonial-block-style3 .content {
  background: linear-gradient(40deg, #222B1C -22.01%, #070C0F 55.3%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  padding: 50px 40px 40px;
  position: relative;
  border-radius: 30px;
  box-shadow: none;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .testimonial-block-style3 .content {
    padding: 30px;
  }
}
.testimonial-block-style3 .content .client-info {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .testimonial-block-style3 .content .client-info {
    flex-wrap: wrap;
    gap: 20px;
  }
}
.testimonial-block-style3 .content .client-info .client-img img {
  width: 75px;
  height: 75px;
  border-radius: 50%;
}
.testimonial-block-style3 .content .client-info .info-title {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .testimonial-block-style3 .content .client-info .info-title {
    flex-wrap: wrap;
  }
}
.testimonial-block-style3 .content .client-info .info-title .testimonial-name {
  color: var(--theme-color-white);
}
@media (max-width: 575.98px) {
  .testimonial-block-style3 .content .client-info .info-title .testimonial-name {
    margin-bottom: 0px;
  }
}
.testimonial-block-style3 .content .client-info .info-title .testimonial-position {
  color: var(--theme-color-white);
  font-size: 14px;
}
.testimonial-block-style3 .content .quote-icon {
  position: absolute;
  right: 55px;
  top: 45px;
}
.testimonial-block-style3 .content .author-text {
  font-size: 20px;
  font-weight: 400;
  color: #A1A1A1;
  line-height: 170%;
}
@media (max-width: 1199.98px) {
  .testimonial-block-style3 .content .author-text {
    font-size: 19px;
  }
}
@media (max-width: 991.98px) {
  .testimonial-block-style3 .content .author-text {
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  .testimonial-block-style3 .content .author-text {
    font-size: 17px;
  }
}
@media (max-width: 575.98px) {
  .testimonial-block-style3 .content .author-text {
    font-size: 16px;
  }
}