.faq_page .faq_banner {
  position: relative;
  margin-top: 100px;
  height: 350px;
  background: url("/assets/images/faq/faq-banner.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
}

.faq_page .faq_card {
  padding: 30px;
  margin-top: -80px;
  position: relative;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 20px;
}

.faq_page .faq_content .breadcrumb {
  font-size: 12px;
  margin-bottom: 10px;
  position: absolute;
  top: -80px;
}

.faq_page .faq_content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.faq_page .faq_content .page_title {
  font-size: 45px;
  font-weight: 900;
  color: #ffffff;
}

.accordion-header {
  background: #fff;
  color: #000;
}

.faq_page .accordion-button {
  color: #000 !important;
  background-color: transparent;
}

.faq_page .accordion-button:not(.collapsed) {
  color: #000 !important;
  background-color: transparent;
  box-shadow: none;
}
.faq_page .accordion-button:focus {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}
.faq_page .accordion-button:not(.collapsed) {
  box-shadow: none !important;
  border: none !important;
}
.faq_page .accordion-item {
  border: none !important;
}
.faq_page .accordion-button {
  border: none !important;
}
.faq_page .accordion-button {
  font-size: 18px;
  font-weight: 500;
}

@media (min-width: 0px) and (max-width: 574px) {
  .faq_page .faq_banner {
    height: 260px;
  }
  .faq_page .accordion-button {
    font-size: 15px;
  }
  .accordion-button {
    font-size: 14px;
  }
}

@media (min-width: 575px) and (max-width: 767.98px) {
  .faq_page .faq_banner {
    height: 260px;
  }
  .faq_page .accordion-button {
    font-size: 15px;
  }
  .accordion-button {
    font-size: 14px;
  }
}

