  /**
 * OISE's theme implementation.
 */
.paragraph--text a {
  color: #007190;
  text-decoration: underline;
}
.paragraph--text a:hover {
  text-decoration: none;
}
.paragraph--text h2, .paragraph--text h3, .paragraph--text h4 {
  margin-bottom: 1rem;
}
.paragraph--text.text-white a {
  color: white;
}
.paragraph--text p:only-child, .paragraph--text h2:only-child, .paragraph--text h3:only-child, .paragraph--text h4:only-child, .paragraph--text h5:only-child {
  margin-bottom: 0;
}