.star-rate__five,
.star-rate__one {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.star-rate__five svg,
.star-rate__one svg,
.star-rate__five img,
.star-rate__one img {
    width: 18px;
    height: 18px;
}

.star-rate__five svg,
.star-rate__five img {
    margin-right: 4px;
    width: 18px;
    height: 18px;
}
