.reiting {
    display: flex;
    flex-direction: row;
    font-size: 16px;
}



.reiting-text {
    font-style: italic;
    font-weight: 500;
}

.reiting-stars {
    display: flex;
    flex-direction: row;
    margin-left: auto;
}

.half-star {
    color: gold;

}
.yellow-star:before {
    color: gold;
    font-weight: 900;

}