.category {
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px solid, #000;
  display: none;
  margin-bottom: 20px;
}
.question {
  font-style: italic;
  font-weight: bold;
  margin-top: 10px;
  border-bottom: none!important;
  line-height: 2em;
}
.answer {
  margin-bottom: 20px;
}