.block_line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border-alt);
}
.block_line-title {
  font-style: normal;
  font-weight: var(--fw-regular);
  font-size: var(--fs-sm);
  line-height: 124%;
  color: var(--color-text-main);
}
.block_line-text {
  font-style: normal;
  font-weight: var(--fw-regular);
  font-size: var(--fs-sm);
  line-height: 124%;
  color: var(--color-text-muted);
}