div#testimonial-slider {
  background: rgba(236, 172, 169, 0.1);
  padding: 28px 28px 90px;
}
.testimonial .pic {
  width: 22%;
  padding: 20px 0;
  margin: 0 6% 0 2%;
  float: left;
  position: relative;
  z-index: 1;
}
.testimonial .pic:before,
.testimonial .pic:after {
  content: "";
  width: 115px;
  height: 115px;
  background: #f55473;
  position: absolute;
  z-index: -1;
}
.testimonial .pic:before {
  top: 0;
  right: -20px;
}
.testimonial .pic:after {
  bottom: 0;
  left: -20px;
}
.testimonial .pic img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}
.testimonial .testimonial-content {
  width: 70%;
  float: right;
}
.testimonial .title {
  display: block;
  margin: 0;
  padding-left: 15px;
  font-family: Nunito !important;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  color: #1e1e1e;
}
.testimonial .post {
  display: block;
  color: #999;
  font-family: Nunito !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 15px;
  margin-bottom: 16px;
}
.testimonial .description {
  color: #696969;
  font-family: Nunito !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  padding: 0 15px;
  margin: 0;
  position: relative;
}
.testimonial .description:before,
.testimonial .description:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 17px;
  color: #f55473;
  position: relative;
}
#testimonial-slider button,
#testimonial-slider .slick-next:before,
#testimonial-slider .slick-prev:before {
  display: none !important;
  all: unset !important;
}
#testimonial-slider .slick-prev {
  position: absolute !important;
  bottom: 38px !important;
  left: 150px !important;
}
#testimonial-slider .slick-next {
  position: absolute !important;
  bottom: 38px !important;
  left: 190px !important;
}
.testimonial .description:before {
  content: "\f10d";
  margin-right: 5px;
  top: 0;
  left: 0;
}
.testimonial .description:after {
  content: "\f10e";
  margin-left: 5px;
  position: relative;
  bottom: 0;
  right: 0;
}
.owl-theme .owl-controls {
  width: 70%;
  margin: 0;
  text-align: left;
  position: absolute;
  bottom: 0;
  right: 0;
}
.owl-theme .owl-controls .owl-buttons div {
  width: 70px;
  height: 90px;
  line-height: 90px;
  background: transparent;
  border-radius: 0;
  opacity: 1;
  position: relative;
}
.owl-prev:before,
.owl-next:before {
  content: "\f177";
  font-family: "fontawesome";
  font-size: 45px;
  font-weight: 900;
  color: #ddd;
  position: absolute;
  top: 0;
  left: 25%;
}
.owl-next:before {
  content: "\f178";
}
.owl-next:after {
  content: " / ";
  font-size: 40px;
  color: #ddd;
  position: absolute;
  top: 0;
  left: -10px;
}
@media only screen and (max-width: 990px) {
  .testimonial {
    text-align: center;
  }
  .testimonial .pic {
    width: 200px;
    margin: 0 auto;
    float: none;
  }
  .testimonial .pic:before,
  .testimonial .pic:after {
    width: 80px;
    height: 100px;
  }
  .testimonial .testimonial-content {
    width: 100%;
    float: none;
  }
  .testimonial .title {
    padding: 15px 0 0 0;
  }
  .testimonial .post {
    padding: 0;
    margin-bottom: 10px;
  }
  .owl-theme .owl-controls {
    width: 100%;
    position: static;
    text-align: center;
  }
  .owl-theme .owl-controls .owl-buttons div {
    height: 50px;
    line-height: 50px;
  }
}
