  /**
 * OISE's theme implementation.
 */
.paragraph--card .btn > svg {
  display: none;
}
.paragraph--card table {
  background-color: white;
}
.paragraph--card .img-fluid {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.paragraph--card.text-black-black a {
  text-decoration: underline;
  color: #007190;
}
.paragraph--card.text-black-black a:hover {
  text-decoration: none;
}
.paragraph--card.text-black a {
  text-decoration: underline;
  color: #007190 !important;
}
.paragraph--card.text-black a:hover {
  text-decoration: none;
}
.paragraph--card.text-white a {
  color: white;
  text-decoration: underline;
}
.paragraph--card.text-white a:hover {
  text-decoration: none;
}
.paragraph--card.background-white.text-white a {
  color: #007190;
}
.paragraph--card.background-white.text-white a:hover {
  text-decoration: none;
}
.paragraph--card .btn.btn-tertiary:hover, .paragraph--card .btn.btn-tertiary:focus {
  background-color: #007190;
  color: white;
}