.hsf-question-topics {
  background-color: #FFFFFF;
  border-radius: 48px;
  padding: 48px;
  box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.17);
}

.hsf-question-topics .hsf-question-topic-title {
  font-size: 40px;
  line-height: 1.3333;
  font-weight: bold;
}

.hsf-question-topics ul {
  display: flex;
  flex-wrap: wrap;
  margin: 30px -10px 0;
  list-style: none;
  padding: 0;
}
.hsf-question-topics ul li {
  margin: 2px 10px;
  width: calc(33.3% - 20px);
}
.hsf-question-topics ul li a {
  font-size: 24px !important;
  line-height: 1.333 !important;
  font-weight: bold !important;
  text-decoration: underline !important;
  color: inherit !important;
}