.site-main-content {
    padding-top: 20px;
    max-width: unset;
    position: relative;
}
.testimonial-left{
    /* flex:3; */
    width: 100%;
    max-width: 800px;
    position: relative;
}
.testimonial-right{
    /* flex:1; */
    margin-top: 40px;
    position: relative;
}
.recent-testimonial-item{
    max-width: 500px;
    width: calc(33.3% - 14px);
}
.recent-testimonial-item img{
    width: 100%;
}
.recent-testimonial-item a{
    color: gray;
}
.testimonial-header{
    font-size: 30rem;
    font-weight: bold;
}
.testimonial-subheader{
    font-size: 24rem;
    margin-top: 20px;
}
.testimonial-meta-wrap{
    color:gray;
    margin-top: 30px;
}
.testimonial-line{
    height: 1px;
    background-color: gray;
    margin:30px 0px;
}
.testimonial-content{
    margin-top: 30px;
    font-size: 20rem;
    color: #656565;
}
.testimonial-content *{
    color: #656565 !important;
    font-size: 20rem !important;
}
.recent-blog-meta-wrap {
    color: gray;
}

.recent-blog-item a{
    color: inherit;
}

.recent-testimonial-header{
    text-align: center;
    font-size: 20rem;
}

.testimonial-item-wrap{
    background-color: #ECECEC;
    max-width: 955px;
    min-width: 370px;
    color: #333333;
    /* flex:1; */
    width: calc(33% - 33px);
    padding: 40px 20px 10px 20px;
    min-height: 380px;
    border-radius: 20px;
}
.testimonial-item-header-title{
    color: #4C98D0;
    
}
.testimonial-item-wrap a{
    color: inherit;
}
.testimonial-item-pic{
    width: 100px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
}
.testimonial-item-img-title{
    
}
.testimonial-item-title{
    font-weight: bold;
    flex:1;
    text-align: center;
}
table{
    width: 100%;
}

table tbody tr img{
    max-width: 100%;
}

.quikvue table tbody tr td img{
    padding:5px;
}
/* .quikvue table tbody tr td:last-of-type img{
    padding-right: 0px;
} */
.testimonial-right-content{
    padding-bottom: 20px;
}