.rating-box{
    width: 260px;
    float: left;
}
.rating-details{
    height: 40px;
    padding-top: 8px;
}
@media (max-width: 576px) {
    .rating_schema{
        display: none;
    }
}