.rating-reviews-widget {
    margin-bottom: 0;
}

.rating-reviews-widget .hero__reviews-count {
    flex-wrap: wrap;
}

@media only screen and (max-width: 749px) {
    .rating-reviews-widget .RatingBarWidget-prefix .RatingBarWidget  {
        --small-star-size: 20px !important;
    }
}

@media only screen and (min-width: 750px) {
    .rating-reviews-widget .RatingBarWidget-prefix .RatingBarWidget__inner > .R-flex-row  {
        justify-content: flex-start;
    }
}