.reviews-stars.tpStars {
    height: 28px;
    margin-bottom: 10px;
}

.reviews-stars.tpStars svg {
    height: 28px;
}

@media screen and (max-width: 690px) {
 .reviews-stars.tpStars {
    /* width: 100%; */
    display: flex;
}   
}