.text-list__heading {
  margin-bottom: 1.5rem;
}

.text-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.text-list__item-heading {
  font-weight: bold;
  margin-right: 0.5rem;
}

.text-list__item {
  display: flex;
  margin-top: 0;
  margin-bottom: 1rem;
}

.text-list__item-content {
  width: 100%;
  word-wrap: break-word;
}
