.review-ratings--section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.review-ratings--box {
    -webkit-flex-basis: 33.3333%;
    -ms-flex-preferred-size: 33.3333%;
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 0 15px;
    text-align: center
}

.review-ratings--box-img {
    height: 40px
}

.review-ratings--box-img img {
    width: 100%;
    max-height: 30px
}

.review-ratings--box-rating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffe550
}

.review-ratings--box-rating svg {
    width: 16px;
    height: 16px;
    margin: 0 5px
}

.review-ratings--box-number {
    font-size: 15px;
    text-transform: uppercase;
    color: #ffe550 !important;
    font-weight: 700;
    margin: 10px 0
}

@media (min-width:768px) {
    .review-ratings--box-img {
        height: 70px
    }

    .review-ratings--box-img img {
        max-height: 50px
    }
}