.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #f4d8a8;
}

.list-two-col {
  column-count: 2;
}

.two-col {
  column-count: 2;
  column-width: 300px;
}

.card-body {
  color: #e9ecef;
}

