@charset "UTF-8";

.top_question_wrap {
  display: block;
}

.top_question_wrap ul {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}

.top_question_wrap li a {
  margin-bottom: 0 !important;
  height: 100%;
}

@media (max-width: 767px) {
  .top_question_wrap ul {
    margin-bottom: 25px;
  }
}