.faq-header .input-wrapper {
  position: relative;
  width: 100%;
  max-width: 55%;
}
@media (max-width: 575.98px) {
  .faq-header .input-wrapper {
    max-width: 70%;
  }
}

.faq-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: -1;
}
@media (max-width: 575.98px) {
  .faq-banner-img {
    object-position: right;
  }
}

.light-style .bg-faq-section {
  background-color: rgba(76, 78, 100, 0.03);
}

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