﻿.testimonial-item{
    padding: 20px 10px;
    border-bottom: 1px solid #e8e8e8;
}
    .testimonial-item .testimonial-item-top {
        margin-bottom: 5px;
    }
        .testimonial-item .testimonial-item-top-image {
            width: 50px;
            height: 50px;
            border-radius: 50%;
            margin-right: 10px;
            overflow: hidden;
            text-align: center;
            display: inline-block;
        }
    .testimonial-item .testimonial-item-bottom {
        font-size: 14px;
        color: #565555;
        text-align: justify;
    }