ul.latest_posts_comments {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.latest_posts_comments li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #74808A;
    margin: 0 0 18px;
    position: relative;
    padding: 0 0 0 32px;
}
ul.latest_posts_comments li svg {
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: -3px;
}
ul.latest_posts_comments li svg path {
    fill: #11c6b5;
}
