.iu-testimonial-block .iu-testimonial-rating{
    margin-bottom: 5px;
}
.iu-testimonial-block .iu-testimonial-title{
    margin-bottom: 0;
}
.iu-testimonial-block .iu-testimonial-subtitle{
    font-size: 18px !important;
    font-weight: normal;
    padding-top: 0;
    line-height: 1 !important;
    padding-left: 0;
    padding-right: 0;
    margin: 7px 0 !important;
    text-transform: none;
}
.iu-testimonial-block .iu-testimonial-customer-title,
.iu-testimonial-block .iu-testimonial-customer-name{
    font-size: 14px !important;
    font-weight: bold;
    margin-top: 0;
    padding-top: 0;
    line-height: 1 !important;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0 !important;
    text-transform: none;
}
.iu-testimonial-block .iu-testimonial-author-row {
    min-height: 26px;
}
.iu-testimonial-block .iu-testimonial-author-row *{
    display: inline-block;
}
.iu-testimonial-block .iu-testimonial-author-row .profolio-reviewer-photo {
    margin-right: 15px;
}
.iu-testimonial-block .iu-testimonial-author-row .iu-testimonial-author-img{
    height: 100%;
    object-fit: cover;
}
.iu-testimonial-block .iu-testimonial-desc{
    font-size: 15px;
    line-height: 1.2;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 15px !important;
}
.iu-testimonial-separator{
    padding: 0 2px;
}
.iu-testimonial-item{
        padding: 20px;
        background: #F4F4F4;
        max-width: 100%;
        margin: 80px auto 0px auto;
        text-align:center;
		border: 1px solid #B5B5B5;
		border-radius: 10px;
    /* border-bottom: 1px solid #B7B7B7 !important; */
}

.testimonial-avatar{
    margin-bottom:16px;
}

.testimonial-avatar img{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 600;
    margin: -81px 0 0 0;
    color: #222;
}

.testimonial-text{
                    font-size:15px;
                line-height:1.6;
                color:#555;
                margin:0 0 16px;
}

.testimonial-name{
                    font-size:16px;
                font-weight:600;
                padding: 15px;
                border-top: 1px solid #C8C8C8;
                color:#222;
}
}
.iu-testimonial-item.related:last-child{
    border-bottom: none !important;
}