.post-comment{
    background: #fff;
}
.post-comment{
    padding: 20px!important;
}
.post-comment h4{
    font-size: 24px;
    font-weight: 500;
    margin:0px;
}
.comment-item-timer .material-icons{
    margin-top: 2px;
    margin-right: 10px;
}
.post-comment-item{
    margin-top: 20px;
    border-top: 1px solid #f5f5f5;
    padding-top: 20px;
}
@media (min-width: 768px) {
    .post-comment{
        padding: 64px 64px 64px 54px!important;
    }
}