.faq-anchor-wrap {
  position: relative;
}
.faq-anchor {
  position: absolute;
}
@media all and (max-width: 767px) {
  .faq-anchor-head {
    top: -50px !important;
  }
  .faq-anchor {
    top: -20px;
  }
}

.category-tab {
  display: flex;
  font-size: 16px;
  font-weight: bold;
  align-items: center;
  cursor: pointer;
  margin-top: 70px;
  top: 0;
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px;
}

.category-tab__item {
  width: auto !important;
  display: inline-block;
  white-space: nowrap;
  padding: 2px 10px;
  margin-left: 4px;
  margin-right: 4px;
}

.category-tab__item.active {
  color: #B81C22;
  background: #B81C2226;
  border-radius: 900px;
}

@media all and (max-width: 767px) {
  .category-tab {
    font-size: 12px;
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -16px;
    margin-right: -16px;
    top: 52px;
  }

  .category-tab__item {
    width: auto !important;
    display: inline-block;
    white-space: nowrap;
    padding: 2px 6px;
  }
}