@media screen and (max-width: 992px) {
    .products-with-reviews__top .unity-product-review {
        width: 227px;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 400px) {
    .products-with-reviews__top .unity-product-review {
        width: 177px;
        flex-shrink: 0;
    }
}
