.pf-testimonial {
    background-color: #0A3610;
}
.pf-testimonial  h3{
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
  font-weight: 300;
  font-family: "Open Sans";
}

.pf-testimonial  .pft-icon i{
  font-size: 60px;
}

.pf-testimonial  .pft-icon {
  position: relative;
  overflow: hidden;
  color: #8EC497;
}

.pf-testimonial  .pft-icon::before {
  position: absolute;
  top: 50%;
  left: 80px;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background: #9A7741;
  content: "";
}

.pf-testimonial  .pft-icon.text-right::before {
  left: unset;
  right: 80px;
}

.pf-testimonial .slick-dots{
  bottom: -94px;
  z-index: 3;
}

.pf-testimonial .pft-wrapper {
  position: relative;
  z-index: 9;
}

.slick-dots li button:before {
    content: '\f0c8';
    font-size: 16px;
    font-family: "Font Awesome 6 Sharp";

}

.slick-dots li.slick-active button:before {
    color: #8EC497;
}

.pf-testimonial .pf-testimonial-btn a.btn-primary:hover {
  border: 1px solid #fff;
}
.pf-testimonial .pf-testimonial-btn {
  margin-top: 20px;
}
@media only screen and (min-width: 600px) {
  .pf-testimonial .pf-testimonial-btn {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px) {
   .pf-testimonial .pf-testimonial-btn {
    margin-top: 8px;
  }
}
