.faq-header {
  background: url("../../../img/pages/header.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px !important;
  border-radius: 0.375rem;
}
.faq-header .input-wrapper {
  position: relative;
  width: 100%;
  max-width: 55%;
}
@media (max-width: 575.98px) {
  .faq-header .input-wrapper {
    max-width: 70%;
  }
}

.faq-nav-icon {
  font-size: 1.25rem;
}

.light-style .bg-faq-section {
  background-color: rgba(67, 89, 113, 0.05);
}

.dark-style .bg-faq-section {
  background-color: rgba(255, 255, 255, 0.03);
}
