.best-brands{
    position: relative;
    padding: 20px 0;
    margin: 0 0px 0px 0px;
}
.best-brands>.rev-grid{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ffffff;
    position: relative;
    padding: 0px;
    margin: 0 0px 20px 0px;
    border-radius: 8px;
}
.best-brands .rev-cell-25{
    width: 100%;
    margin-bottom: 0px;
    padding: 12px;
    border-left: 0px solid #F6F7F9;
    border-bottom: 1px solid #F6F7F9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
}
.best-brands .rev-cell-25 .description-text{
    padding: 0 4px;
    color: #626273;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
}
.best-brands .rev-cell-25 .winning-text h4,
.best-brands .rev-cell-25 .winning-text{
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    color: #3B316E;
    margin: 0px;
    text-align: center;
}
.best-brands .rev-cell-25 .winning-text h4{
    white-space: nowrap;
    display: block;
    text-transform: none;
}
.best-brands .rev-cell-25 img {
    max-height: 150px;
    max-width: 150px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}
@media print, screen and (min-width: 40em) {
    .best-brands .rev-cell-25 {
        width: 50%;
        border-left: 1px solid #F6F7F9;
    }
}
@media print, screen and (min-width: 78.125em) {
    .best-brands .rev-cell-25 {
        width: 25%;
        border-bottom: 0px solid #F6F7F9;
    }
    .best-brands .rev-cell-25:nth-child(2){
        -webkit-justify-content: left;
        justify-content: left;
    }
    .best-brands .rev-cell-25 .winning-text h4,
    .best-brands .rev-cell-25 .winning-text{
        text-align: right;
    }
}