#comments[data-v-f34488cc] {
    margin-bottom: 50px
}

#comments h4[data-v-f34488cc] {
    font-weight: 700
}

#comments .commentWrapper[data-v-f34488cc] {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 20px 10px 10px
}

#comments .commentWrapper[data-v-f34488cc]:last-of-type {
    border: 0;
    margin-bottom: 30px
}

#comments .commentImage img[data-v-f34488cc] {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain !important;
    float: left;
    height: 50px;
    margin: 0 10px 0 0;
    min-width: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 50px
}

#comments .commentName[data-v-f34488cc] {
    color: #3b5998;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 5px
}

#comments .commentName span[data-v-f34488cc] {
    color: #494949;
    font-weight: 400
}

#comments .commentContent[data-v-f34488cc] {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 10px
}

#comments .fa-check-circle[data-v-f34488cc] {
    color: green;
    padding-right: 4px
}