
@media screen and (max-width: 500px){
    .progress{
        width: 95% !important;
    }
}

@media screen and (max-width: 375px){
    .comment-col{
        flex: 100%;
    }
    .star-responsive{
        margin-top: 0 !important;
        margin-left: 15px;
    }
}


