.testimonial-block-four {
  position: relative;
}
.testimonial-block-four .inner-box {
  position: relative;
}
.testimonial-block-four .thumb {
  position: relative;
  height: 80px;
  width: 80px;
  margin-bottom: 20px;
}
.testimonial-block-four .thumb img {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: 5px solid #fff;
}
.testimonial-block-four .thumb .icon {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background-color: var(--theme-color1);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}
.testimonial-block-four .author-text {
  font-size: 26px;
  line-height: 40px;
  color: #6a6a6a;
  font-weight: 400;
  margin-bottom: 30px;
}
.testimonial-block-four .name {
  display: inline;
  margin-bottom: 0px;
}
.testimonial-block-four .job-position {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: var(--theme-color1);
  font-weight: 500;
  margin-left: 25px;
}
.testimonial-block-four .job-position:before {
  position: absolute;
  left: -15px;
  top: 0;
  content: "-";
  color: var(--theme-color1);
}
.testimonial-block-four .icon-quote {
  position: absolute;
  right: 55px;
  bottom: 57px;
}
.testimonial-block-four .rating {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.testimonial-block-four .rating .star-rating {
  margin-bottom: 0;
  margin-top: 0;
}
.testimonial-block-four .rating .star-rating span:before {
  color: var(--theme-color1);
  font-weight: 600;
}