.feedback-item__name {
    font-size: 16px;
    font-weight: bold;
}

.feedback-item__stars {
    margin-bottom: 16px;
}

.feedback-item__stars i {
    font-size: 18px;
    margin-right: 2px;
    color: #666;
}

.feedback-item__stars i.on {
    color: #f5a623;
}