h1.testimonial-title {
    font-size: 25px;
    color: #353535;
    font-weight: 400;
}
.box{
    float: left;
    position: relative;
    width: 94%;
    margin: 5px 0px 5px 0px;
    min-height: 138px;
    text-align: left;
    font-size: 12px;
}
.featured{
    text-align: center;
    width: 17%;
    margin: 0;
}
.review-title {
    position: relative;
    font-weight: 700;
    margin: 10px 0 10px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.description{
    font-size: 12px;
}
.username{
    font-size: 13px;
    font-weight: bold;
    margin-top: 10px;
}
.star img{
    margin-left: 0px;
}
.featured .review-title{
    font-size: 22px;
    margin: 0;
}
.featured .description{
    color: #5d5d5d;
    margin-top: 10px;
}