.text-block {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 400;
}
.text-block ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
}
.text-block ul li {
  margin-bottom: 5px;
}
.text-block a {
  color: var(--color-primary);
  text-decoration: underline;
}
.text-block p {
  margin: 0;
  margin-bottom: 15px;
}
.text-block p:last-child {
  margin-bottom: 0;
}

/*# sourceMappingURL=text.css.map */
