.simple-testimonial-wrapper{
    background: #FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
    border-radius: 14px;
    padding: 30px;
}
.simple-testimonial-wrapper .author-rating{
    margin-bottom: 20px;
}
.simple-testimonial-wrapper .star-rating {
    display: block;
    margin: 0 0 0.5em;
    float: none;
}
.simple-testimonial-wrapper .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
.simple-testimonial-wrapper .star-rating::before {
    content: "sssss";
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.simple-testimonial-wrapper .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
    color: #FBD103;
}
.simple-testimonial-wrapper .author{
    width: 70px;
    height: 70px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 15px;
}
.simple-testimonial-wrapper .author-meta .a-name{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    color: #111827;
    margin-bottom: 5px;
}
.simple-testimonial-wrapper .author-meta .a-from{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #64748B;
}
.simple-testimonial-wrapper hr{
    margin: 30px 0;
    background-color: #D9D9D9;
    border-radius: 14px;
}
.simple-testimonial-wrapper .a-comment{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #111827;
}
.simple-testimonial-wrapper .a-date{
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #64748B;
    margin-top: 60px;
}
.simple-testimonial-wrapper .testimonial-icon{
    bottom: 90px;
    right: 22px;
}