section.row.testimonials {
    background-color: #222327;
    padding: 40px;
    box-sizing: border-box;
}
section.row.testimonials .owl-carousel {
    width: 80%;
    cursor: move;
    margin: auto;
}
section.row.testimonials .owl-carousel .item {
    text-align: center;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-style: italic;
    padding: 30px;
    height: 280px;
    box-sizing: border-box;
    background-color: #d8dbe2;
    transition: 0.3s all linear;
    border-radius: 10px;
    background-image: url(../img/testimonial_quotation.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
section.row.testimonials .owl-carousel .item:hover {
    background-color: #c7cbd2;
}
section.row.testimonials .owl-carousel .item:hover h3,
section.row.testimonials .owl-carousel .item:hover p {
    color: #777777;
}
section.row.testimonials .owl-carousel .item:hover img {
    border: 3px solid white;
    box-sizing: border-box;
}
section.row.testimonials .owl-carousel .item h3 {
    color: #777777;
    padding-top: 20px;
}
section.row.testimonials .owl-carousel .item p {
    color: #777777;
    font-family: "Open Sans", sans-serif;
    font-weight: 100;
    font-size: 13 px;
}
section.row.testimonials .owl-carousel .item img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto 30px;
    transition: 0.3s border linear;
}
section.row.testimonials h2 {
    color: #ffffff;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 33px;
    letter-spacing: 0.1em;
    font-family: "Lato", sans-serif;
    text-align: center;
    margin-bottom: 40px;
}
section.row.testimonials .owl-dots {
    margin: 20px auto 0;
    /*for centering the dots*/
    text-align: center;
}
section.row.testimonials .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #777777;
    margin-right: 5px;
    display: inline-block;
}
section.row.testimonials .owl-dot.active {
    background: #ffffff;
}
section.row.testimonials .owl-dots.disabled {
    display: block !important;
}
