.testimonial {
    padding-top: 1rem;
}

.testimonial__image {
    border: 5px solid #b5b5b5;
}

.owl-carousel .owl-stage, .owl-carousel .owl-item {
    display: flex;
}

.owl-carousel--testimonials .owl-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 46%;
    margin-left: -40px;
    display: block !important;
    border-top: 3px solid;
    border-left: 3px solid;
    transform: rotate(-45deg);
}

.owl-carousel--testimonials .owl-next {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 46%;
    right: -40px;
    display: block !important;
    border-top: 3px solid;
    border-right: 3px solid;
    transform: rotate(45deg);
}