.testyheading {
  font-family: "Ubuntu", sans-serif;
  color: #111344;
}
.testimonial {
  margin: 0 15px;
  overflow: hidden;
}
.testimonial .description {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
  font-size: 13px;
  line-height: 26px;
  color: #000;
  padding: 30px 20px;
  background: #fff;
  border-radius: 15px;
  min-height: 164px;
}

.testimonial .description:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  left: 35px;
  clip-path: polygon(49% 100%, 0 0, 100% 0);
  bottom: -19px;
}

.testimonial .pic {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  border: 3px solid #ffffff;
}

.testimonial .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial .testimonial-prof {
  text-transform: capitalize;
  margin: 30px 0px 0px 20px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.testimonial .testimonial-prof h4 {
  color: #9b198b;
  display: block;
  font-size: 17px;
  font-weight: bold;
  margin:0;
}

.testimonial .testimonial-prof small {
  display: block;
  font-size: 14px;
  color: #111344;
}

.owl-theme .owl-controls {
  margin-top: 45px;
  margin-bottom: 10px;
}

.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  background: #9b198b;
  opacity: 1;
  border: 1px solid transparent;
  transition: all 0.3s linear 0s;
}

.owl-theme .owl-controls .owl-buttons div:hover {
  background: transparent;
  border: 1px solid #9b198b;
}

.owl-prev::before,
.owl-next::before {
  content: "<<";
  color: #fff;
}

.owl-next::before {
  content: ">>";
}

@media only screen and (max-width: 480px) {
  .owl-theme .owl-controls {
    margin-top: 25px;
  }
}
