h2.rw-paragraph--title {
  color: #fff;
  background: var(--rw-secondary-color, #0f4470);
  text-align: center;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}

h2.rw-paragraph--title > a {
  color: inherit;
}

@media print, screen and (min-width: 90rem) {
  h2.rw-paragraph--title {
    font-size: 2rem;
  }
}

/* Bullet colour overwrite */
div.text-formatted ul > li::before {
  background-color: currentColor;
}

hr {
  border-bottom: 1px solid #fff;
}
