.testimonials-items {}

.testimonials-items .item {
    margin: 25px 0;
    padding-bottom: 25px;
}

.testimonials-items .item .image {
    width: 85px;
    height: 140px;
    background-size: cover;
    background-position: 50%;
    float: left;
}

.testimonials-items .item .image + blockquote {
    margin: 0;
    margin-left: 105px;
    font-size: 16px;
    min-height: 140px;
    padding: 0 55px 0 20px;
}
.testmonial-heading.heading-decor:after{
    display: none;
}
.testimonials-items .item blockquote .h5 {
    margin-top: 0;
}

.testimonials-items .item blockquote i {
    font-size: 1em;
    margin-top: 0.5em;
    display: inline-block;
        font-style: italic;
}

.testimonials-items .item blockquote p {
    font-size: 1.1em;
    line-height: 1.5em;
    margin-top: 2px;
        font-style: italic;
}

.testimonials-items .owl-prev,
.testimonials-items .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.625em;
}

.testimonials-items .owl-prev {
    left: -115px;
}

.testimonials-items .owl-next {
    right: -115px;
}
