.box_comment {
  border-radius: 16px;
}

.box_avatar_name {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
}

.comment_avatar {
  margin-right: 10px;
}

.title_comment {
  border-radius: var(--br-radius);
  padding: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 20px;
}

.list_comment {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.item_comment {
  border-radius: var(--br-radius);
  background: var(--bg-comment-faq-item);
  color: var(--table-faq-comment-text-color);
  padding: 25px 28px;
}

.item_title_comment {
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 2px;
}

.span_comment {
    display: block;
  font-weight: 700;
  font-size: 14px;
  line-height: 120%;
  color: var(--banner-data);
}

.text_comment {
  font-size: 16px;
  line-height: 120%;
}

@media (max-width: 568px) {
  .box_comment {
    margin-bottom: 20px;
  }
  .title_comment {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .item_comment {
    padding: 20px 10px;
  }

  .item_title_comment {
    font-size: 16px;
  }

  .text_comment {
    font-size: 14px;
  }
}
