/*Style 2*/

.testimonial-style-2 .testimonial-list-content .entry-content {
    text-align: center
}

.testimonial-style-2 .post-content-image {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px
}

.testimonial-style-2 .author-thumb{
    position: relative;
    display: block;
    max-width: 70px;
    border-radius: 40px;
    text-align: center;
    margin: 0 auto
}

.tpgb-testimonials.testimonial-style-2 .testimonial-list-content {
    padding: 20px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    transition: all .3s ease-in-out
}
.tpgb-testimonials.testimonial-style-2 .testimonial-content-text{
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    transition: all .3s ease-in-out
}
.testimonial-style-2 .post-content-image {
    margin-bottom: 0
}
/*Style 2*/