/* Feedback Section Six Component Styles */

.feedback-section-six {
  z-index: 1;
}

.feedback-section-six .icon-container {
  width: 90%;
  margin: 0 auto;
}

.feedback-section-six .icon-container:before,
.feedback-section-six .icon-container:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  width: calc(50% - 65px);
  top: 50%;
  left: 0;
}

.feedback-section-six .icon-container:after {
  left: auto;
  right: 0;
}

.feedback-section-six .icon-container .icon {
  width: 70px;
  height: 70px;
  padding: 15px;
  background: #ccf080;
}

.feedback-section-six .shape_01 {
  right: 5%;
  bottom: 0;
  max-width: 16%;
}

.feedback-section-six .shape_02 {
  left: 5%;
  bottom: 0;
  max-width: 16%;
}

.feedback-section-six .shape_03 {
  left: 0;
  top: 0;
  max-width: 16%;
}

.feedback-block-six p {
  font-size: 42px;
  line-height: 1.666em;
  color: #171717;
  margin-bottom: 45px;
}

.feedback-block-six h6 {
  display: inline-block;
}

.feedback-block-six h6:before,
.feedback-block-six h6:after {
  content: "";
  position: absolute;
  height: 1px;
  background: #000;
  width: 140px;
  top: 20px;
  left: -175px;
}

.feedback-block-six h6:after {
  left: auto;
  right: -175px;
}