.category {
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px solid, #000;
  display: block;
  margin-bottom: 20px;
}
.question {
  
  font-weight: bold;
&nbsp; font-style: normal;
  font-size: 12px;
  color: #C00;
}
.answer {
  margin-bottom: 20px;
}		
