.hk-faq-normal {
  position: relative !important;
  overflow: hidden !important;
  padding: 60px 20px !important;
}

.hk-faq-normal__overlay {
  position: absolute !important;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hk-faq-normal__content {
  position: relative !important;
  z-index: 2;
}
.hk-faq__grid {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 0 20px !important;
  width: 100% !important;
  margin: 50px auto 0 !important;
  align-items: flex-start !important;
  justify-content: center !important;
  max-width: 900px !important;
}

.hk-faq__grid--1 .hk-faq__item {
  width: 100%;
}

.hk-faq__grid--2 .hk-faq__item {
  width: calc(50% - 25px);
}

.hk-faq__grid--3 .hk-faq__item {
  width: calc(33.333% - 34px);
}

@media (max-width: 991px) {
  .hk-faq__grid {
    gap: 0;
  }

  .hk-faq__grid .hk-faq__item {
    width: 100%;
  }
}
