.content {
  max-width: 800px;
  display: flex;
  margin: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.sectionGroup {
  text-align: center;
  padding: 1.5em 0;
}

.sectionHeader{
  font-style: italic;
  font-size: 2em;
}

.questionGroup {
  justify-content: center;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0.5em 2em;
}

.question {
  font-weight: bold;
}

.answer {
  font-size: 0.9em;
}