  /**
 * OISE's theme implementation.
 */
.paragraph--lists .hr-boundless {
  background-color: #333;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 0.1rem;
}
.paragraph--lists .field--name-field-text-list-item .field__item {
  margin-bottom: 0.5rem;
}
.paragraph--lists .field--name-field-text-list-item .field__item:last-child {
  margin-bottom: 0;
}
.paragraph--lists a {
  text-decoration: underline;
  font-weight: 700;
  color: #007190;
}
.paragraph--lists a:hover {
  text-decoration: none;
}

.text-white .paragraph--lists .hr-boundless {
  background-color: white;
}