.testimonial{
  border-left: 5px solid #ab965e;
  padding: 100px 0 100px 275px;
  position: relative
}
.testimonial:before,
.testimonial:after{
  content: "";
  width: 320px;
  height: 55px;
  border-right: 5px solid #ab965e;
  position: absolute;
  left: 0;
}
.testimonial:before{
  border-top: 5px solid #ab965e;
  top: 0;
}
.testimonial:after{
  border-bottom: 5px solid #ab965e;
  bottom: 0;
}
.testimonial .pic{
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100px;
  left: 100px;
}
.testimonial .pic img{
  width: 100%;
  height: auto;
}
.testimonial .description{
  font-size: 18px;
  line-height: 27px;
  position: relative;
}
.testimonial .description:before{
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: -70px;
  left: 0;
  font-size: 20px;
  color: #7a7e82;
}
.testimonial .testimonial-title{
  font-size: 22px;
  font-weight:800;
  color: #22272c;
  text-transform: capitalize;
}
.testimonial .post{
  display: block;
  font-size: 15px;
  font-weight: 700;
  color :#ab965e;
  margin-top: 10px;
}
.owl-theme .owl-controls{
  text-align: right;
  margin-top: 30px;
}
.owl-theme .owl-controls .owl-buttons div{
  background: #ab965e;
  border-radius: 0;
  opacity: 1;
  padding: 5px 12px;
  font-size:16px;
}
.owl-prev:before,
.owl-next:before{
  content: "\f053";
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  color: #fff;
}
.owl-next:before{
  content: "\f054";
}
@media only screen and (max-width: 990px){
  .testimonial{
      padding: 80px 0 80px 265px;
  }
}
@media only screen and (max-width: 767px){
  .testimonial{
      padding: 0;
      border: none;
  }
  .testimonial:before,
  .testimonial:after{
      border: none;
  }
  .testimonial .pic{
      position: relative;
      top: 0;
      left: 0;
  }
  .testimonial .description{
      margin-top: 15px;
  }
  .testimonial .description:before{
      content: "";
  }
}