.testimonial-list.testimonial-style-1 .testimonial-content-text {
    padding: 35px 40px;
    position: relative;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0 3px 12px -6px #00000042;
    margin-bottom: 40px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.testimonial-list.testimonial-style-1 .testimonial-list-content .entry-content,
.testimonial-list.testimonial-style-2 .testimonial-list-content .entry-content {
    text-align: center
}

.testimonial-list.testimonial-style-1 .testimonial-author-title,
.testimonial-list.testimonial-style-2 .testimonial-author-title {
    position: relative;
    display: block;
    text-align: center;
    margin: 0;
    margin-top: 18px;
    font-size: 14px;
    line-height: 22px;
    color: #313131;
    font-weight: 600;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.testimonial-list.testimonial-style-1 .testimonial-content-text:after {
    /* content: ''; */
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.testimonial-list.testimonial-style-1 .testimonial-featured-image,
.testimonial-list.testimonial-style-2 .testimonial-featured-image,
.testimonial-list.testimonial-style-3 .testimonial-featured-image {
    position: relative;
    display: block;
    max-width: 70px;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto
}

.testimonial-list.testimonial-style-1 .post-content-image,
.testimonial-list.testimonial-style-2 .post-content-image {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px
}

.testimonial-list.testimonial-style-1 .testimonial-featured-image img,
.testimonial-list.testimonial-style-2 .testimonial-featured-image img,
.testimonial-list.testimonial-style-3 .testimonial-featured-image img,
.testimonial-list.testimonial-style-4 .testimonial-featured-image img {
    border-radius: 50%;
    box-shadow: 0 7px 13px -6px #00000036;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.testimonial-list.testimonial-style-1 .post-designation,
.testimonial-list.testimonial-style-2 .post-designation,
.testimonial-list.testimonial-style-3 .post-designation,
.testimonial-list.testimonial-style-4 .post-designation {
    text-align: center;
    color: #888;
    margin-top: 4px;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 400;
    line-height: 18px
}

.testimonial-list.testimonial-style-3.layout-style-1 .testimonial-author-title,
.testimonial-list.testimonial-style-3.layout-style-1 .testimonial-content-text {
    text-align: left
}

.testimonial-list.testimonial-style-3.layout-style-1 .testimonial-content-text {
    margin-bottom: 20px
}

.testimonial-list.testimonial-style-3.layout-style-1 .testimonial-content-text:after {
    content: '';
    position: relative;
    display: block;
    width: 20%;
    height: 1.5px;
    background: rgba(211, 211, 211, .52);
    margin-top: 15px
}

.testimonial-list.testimonial-style-3.layout-style-1 .post-content-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: left
}

.testimonial-list.testimonial-style-3.layout-style-1 .testimonial-featured-image {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    max-width: 60px;
    text-align: left
}

.testimonial-list.testimonial-style-3.layout-style-1 .author-left-text {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px
}

.testimonial-list.testimonial-style-3.layout-style-1 .post-title {
    text-align: left;
    margin-top: 0
}

.testimonial-list.testimonial-style-3.layout-style-1 .post-designation {
    text-align: left
}