.comments-block {
    margin: 40px 0;
}

.all-comments .comment-content {
    margin: 15px 0;
    font-size: 0.88rem !important;
    padding: 0 !important;
    line-height: inherit !important;
}

.all-comments .comment-reply {
    font-weight: 400;
    color: #777;
    font-size: 13px;
    border: 1px solid #dadada;
    padding: 5px 10px;
    border-radius: 3px;
}

.all-comments .comment-reply:hover {
    background: var(--bs-primary);
    color: #fff;
}

.comments-counter {
    font-size: 18px;
}

.comments-counter a {
    color: #323232;
}

.all-comments {
    list-style: none;
    margin: 0;
    padding: 20px 0;
}

.all-comments .comment {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: flex;
}

.all-comments .comment.last {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.all-comments img.commented-person {
    height: 80px;
    margin-right: 20px;
    border-radius: 5px;
}

img.avatar {
    margin-left: 20px;
    border-radius: 5px;
    width: auto;
}

.all-comments .commented-person-name {
    margin-bottom: 0;
    margin-top: 0;
    font-weight: 600;
    font-size: 18px;
    color: #303030;
}
.comment-date {
    display: block;
    font-size: 10px
}
.all-comments .comment-hour {
    color: #959595;
    font-size: 14px;
}

.comments-reply {
    list-style: none;
    margin: 0 0 0 70px;
}

.comment-form {
    margin-bottom: 0;
}

.comment-form .title-normal {
    font-size: 22px;
}

.comment-form .comments-btn {
    margin-top: 10px;
    font-size: 18px;
}