
.comment-container{
    margin-top: 30px;
    background-color: #ffffff;
    border: 1px solid #ececec;
    padding: 35px 30px;
}
.comment-container span {
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto Slab', serif;
}
.comment-row{
    margin-top: 15px;
}
.except-row{
    margin-left: 60px;
}
.except-row .comment-text{
    padding-left: 10px;
}
.comment-text .vr-line{
    color: #aeaeae!important;
}
.comment-text .date-span{ 
    color: #f65aa7!important;
}
.comment-img{
    min-width: 110px;
    min-height: 110px; 
    border-radius: 6px;
}
@media (max-width:575px){
    .comment-img{
        width: 110px;
        max-height: 110px; 
    }
    .comment-text{
        padding-top: 20px;
        padding-right: 0px!important;
        padding-left: 0px!important;
    }
    .except-row {
        margin-left: 0px; 
    }
}


/*.comment-text{
    padding-right: 80px;
}*/
@media (max-width:1130px){
    .comment-text{
        padding-right: 30px;
        padding-left: 50px;
    }
    .except-row .comment-text{
        padding-left: 55px;
    }

}
.comment-text span {
    font-family: 'Roboto Slab', serif;
    font-size:13px;
    color: #000000;
}
