

.comment-item{
    background-color: #fff;
    border-radius: 10px;
    margin-bottom: 10px;
    margin-left: 2%;
    margin-right: 2%;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.7);
    padding: 10px 16px 10px 14px;
  }

.comment-h2{
    margin-bottom: 14px;
    border-radius: 10px;   
}

.comment-h2 h2{
    padding: 8px 6px 8px 14px;
    font-weight: 600;
    color: #fff;
 }


 .comment-author {
    font-weight: 600;
    color: #ccc;
    display:flex;
    align-items: center;
 }

.comment-author p{
    float: left;
    margin: 3px 10px;
    }
.comment-author img{
    float: left;
    width: 36px;
    height: 36px;
 }