.titleTable {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--title);
  margin: 0;
  margin-bottom: 10px;
}

.table {
  width: 100%;
  border-collapse: collapse;
  background: var(--bg-comment-faq-block);
  border-radius: 16px;
  color: var(--table-faq-comment-text-color);
}

.tableStroke:not(:last-child) {
  border-bottom: 1px solid var(--border-table);
}

.tableCell {
  padding: 12px;
}

.tableCell:first-child {
  text-align: left;
  width: 50%;
}

.tableCell:last-child {
  text-align: right;
  width: 50%;
}
