.testimonials-carousel-shortcode.owl-carousel .owl-nav a {
    top:50%;
    transform:translateY(-50%) !important;
}

.testimonials-carousel-shortcode.owl-carousel .owl-nav .owl-prev {
    left:-30px;
    right:unset !important;
}

.testimonials-carousel-shortcode.owl-carousel .owl-nav .owl-next {
    right:-30px;
    left:unset !important;
}

@media (max-width:778px) {
    
    .testimonials-carousel-shortcode.owl-carousel .owl-nav .owl-prev {
    left:10px !important;
}

.testimonials-carousel-shortcode.owl-carousel .owl-nav .owl-next {
    right:10px !important;
}    

}

/* Add quotes around testimonial content */
.testimonial-content p::before {
    content: "“"; /* Opening quotation mark */
}

.testimonial-content p::after {
    content: "”"; /* Closing quotation mark */
}

/* Add tilde before the author name */
.testimonial-name .text-primary {
    font-weight:300 !important;
}
.testimonial-name .text-primary::before {
    content: "~ ";
}

.testimonial-name .text-primary::after {
    content: ".";
}