.text,
.tui__body_content {
  color: var(--Gray-1000);
  font-size: var(--font-body-text-medium);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

.tui__body_content blockquote {
  font-size: var(--font-body-blockquote);
  line-height: 130%;
  font-weight: 700;
  color: var(--Blue-900);
  border-left: 3px solid #15AC8B;
  padding-left: 2rem;
  margin: var(--spacing-none) var(--spacing-none) var(--spacing-xxlarge) var(--spacing-none);
}

.text p,
.tui__body_content p {
  margin-bottom: var(--spacing-large);
}

.text ul,
.tui__body_content ul {
  list-style: disc;
  padding-left: 20px;
}

.text ul li,
.tui__body_content ul li {
  list-style: disc;
  margin-bottom: var(--spacing-small);
}

.text ul li ul li,
.tui__body_content ul li ul li {
  list-style: circle;
  margin-bottom: var(--spacing-small);
}

.text ul li ul li ul li,
.tui__body_content ul li ul li ul li {
  list-style: "-";
  margin-bottom: var(--spacing-small);
}

.text ol,
.tui__body_content ol {
  list-style: decimal;
  padding-left: 20px;
}

.text ol li,
.tui__body_content ol li {
  list-style: decimal;
  margin-bottom: var(--spacing-small);
}

.text ol li ol li,
.tui__body_content ol li ol li {
  list-style: lower-alpha;
  margin-bottom: var(--spacing-small);
}

.text ol li ol li ol li,
.tui__body_content ol li ol li ol li {
  list-style: lower-roman;
  margin-bottom: var(--spacing-small);
}

.tui__body_content h3 {
  font-family: "Poppins";
  color: var(--Blue-900);
  font-size: var(--font-heading-label-large);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: var(--spacing-xxsmall);
}

.tui_body_text_large {
  font-size: var(--font-body-text-large);
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  color: var(--Gray-1000);
}

.tui_body_text_md {
  font-size: var(--font-body-text-medium);
  font-weight: 400;
  line-height: 140%;
  color: var(--Gray-1000);
  margin-bottom: var(--spacing-regular);
}

.tui_body_text_sm {
  font-size: var(--font-body-sans-body-sm);
}

.tui_body_text_xs {
  font-size: var(--font-body-text-xsmall);
  font-weight: 400;
  line-height: 160%;
  color: #000;
}

.tui_heading_label_lg {
  color: var(--Blue-900);
  font-size: var(--font-heading-label-large);
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: var(--spacing-none);
}