

.testimonial-title2.paragraph {
      font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 10px;
    /*text-transform: capitalize;*/
}

.testimonial-img-wrap img {
      max-width: 74px;
      height: 74px;
      border-radius: 24px;
      object-fit: cover;
      margin: 0 auto;
}
.testimonial-content.content, .content.testimonials-no-pic {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
}
.testimonials-no-pic {
    position: relative;
    padding: 0 100px;
}
.testimonial-content:before, .testimonial-box:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 33px;
    background-size: cover;
}

.testimonial-content:before {
    background: url(/wp-content/uploads/2024/09/quotes.png);
    left: 0;
    top: 0px;
    bottom: 50px;
}

.testimonial-box:after {
    transform: rotate(180deg);
    background: url(/wp-content/uploads/2024/09/quotes.png);
    right: 0;
    bottom: -30px;
}

.testimonial-content-wrap {
    position: relative;
    padding-bottom: 20px;
    color: #221F20;
}
.testimonials-with-img .owl-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 11;
    left: 0;
    margin: 0 auto;
    text-align: center;
}
.owl-carousel .owl-dots .owl-dot.active {
    background: #004083;
}
.owl-carousel .owl-dots .owl-dot {
    background: #E3E3E3;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 5px;
}
.testimonial-carousel2 .owl-dots {
    right: 0;
    display: block;
    text-align: center;
    left: 0;
    bottom: -30px;
}
@media only screen and (max-width: 992px)
{
  .head-section {
    text-align: center;
}
.testimonial-content:before {
    top: -40px;
}
.testimonial-box:after {
    bottom: -50px;
}
}
