.twocol-content.bg-black {
  --text-color: rgba(255, 255, 255, 0.80);
  --title-color: var(--white);
  --heading-color: var(--white);
}
.twocol-content h2 {
  margin-bottom: 3rem;
  color: var(--text-color);
}
.twocol-content-wrap h3 {
  font-size: 1.25rem;
  color: var(--title-color);
  margin-bottom: 1rem;
  letter-spacing: -0.015rem;
}
@media (min-width: 992px) {
  .twocol-content-wrap h3 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.twocol-content-wrap p {
  color: var(--text-color);
  margin-bottom: 0;
}
.twocol-content-rt p {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .twocol-content-rt p {
    margin-bottom: 1.5rem;
  }
}