#faq-page #slider {
  height: 50vh;
}

#faq-page #faq {
  background-image: url(/wp-content/themes/twentytwentyone_child/images/sec-bk-1.png);
  background-size: cover;
}

#faq-page #faq #item-title {
  width: 70%;
  margin: auto;
  position: relative;
  padding: 0.3em;
  text-align: center;
}

#faq-page #faq #item-title::before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #87BF49;
}

#faq-page #faq .pankuzu ul {
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#faq-page #faq .pankuzu ul li {
  margin: 0 1em;
}

#faq-page #faq .pankuzu ul li a {
  font-weight: 600;
  text-decoration: none;
  color: #87BF49;
}

#faq-page #faq .pankuzu ul i {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#faq-page #faq h2 {
  margin-bottom: 0 !important;
}
/*# sourceMappingURL=faq.css.map */