.tool-comment .comment-list{margin:0 auto;display:flex;justify-content:space-between;width:100%}.tool-comment .comment-list .comment-item{max-width:calc(33.3333333333% - 36px);background-color:#f2f3f7;padding:2rem;border-radius:1rem;display:flex;flex-direction:column;justify-content:space-between}.tool-comment .comment-list .comment-item .item-user{display:flex;align-items:center}.tool-comment .comment-list .comment-item .item-user .avatar-img{width:40px;height:40px;border-radius:50%;height:auto;-o-object-fit:cover;object-fit:cover}.tool-comment .comment-list .comment-item .item-user .user-info{display:flex;flex-direction:column;justify-content:space-between;height:38px;margin-left:1rem}.tool-comment .comment-list .comment-item .item-user .user-info .user-name{font-weight:700;color:#18191b;font-size:16px;line-height:1;display:inline-block}.tool-comment .comment-list .comment-item .item-user .user-info .user-job{font-size:14px;line-height:1;color:#6c757d;display:inline-block}.tool-comment .comment-list .comment-item .item-title{color:#18191b;font-size:16px;display:inline-block;margin-top:1.5rem;font-weight:700}.tool-comment .comment-list .comment-item .item-comment{font-size:14px;color:#6c757d;display:inline-block;line-height:1.75;margin-top:.75rem}.tool-comment .comment-list .comment-item .item-rate{display:block;margin-top:1rem}