.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;
}

.faq-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
  border-radius: 0.375rem;
}

.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);
}
