/* Feedback Section Three Component Styles */

.feedback-section-three .position-relative {
  @media (min-width: 1200px) {
    padding-left: 100px;
  }
}

.feedback-section-three .position-relative .icon {
  width: 50px;
  position: static;
  margin-bottom: 25px;

  .feedback-section-three .position-relative .icon {
    left: 0;
    top: 18px;
  }
}

.feedback-section-three .rating-box {
  position: absolute;
  padding: 50px 37px 35px;
  left: -75px;
  bottom: -65px;
  z-index: 1;
  background: #000;
}

.feedback-section-three .rating-box .rating {
  font-size: 58px;
  letter-spacing: -1px;
  line-height: 25px;
  margin-bottom: 20px;
}

.feedback-section-three .shape_01 {
  width: 15px;
  top: 7%;
  right: 52%;
}

.feedback-section-three .shape_02 {
  width: 20px;
  bottom: 17%;
  right: 17%;
}

.feedback-block-three blockquote {
  font-size: 28px;
  line-height: 1.4;
  color: #000;
}