.coment {
    /*display: grid !important;*/
    width: 100%;
}

.coment h5:first-child {
    font-weight: 300;
    color: inherit;
}

.coment>.idcoment {
    display: grid;
}

.idcoment {
    border-left: 1px solid #c7c7c7;
    padding: 12px;
    background: #b6b4b421;
    border-bottom: 2px solid white;
}
.idcoment img{
    max-width: 200px;
    margin-left: 35px;
}
.idcoment:last-child {
    border-left: 1px solid transparent;
}

.idcoment>p {
    margin: 5px 0 0 0;
    padding-left: 5px;
    font-size: 11px;
    font-weight: bold;
    text-transform: initial;
    word-break: break-all;
}

.idcoment:before {
    height: 15px;
    width: 15px;
    content: "";
    position: absolute;
    margin-left: -20px;
    margin-top: -17px;
    background: #999999;
    border-radius: 10px;
    /*z-index: 20;*/
}

@media screen and (min-width: 600px) {
    .idcoment>p {
        padding-left: 50px;
    }
}

@media screen and (min-width: 900px) {
   .viewcht .idcoment:before {
         margin-left: -20px;
         margin-top: -18px;
    }
    .idcoment:before {
         margin-left: -8px;
         margin-top: -8px;
    }
}