/* FAQ Page Styles */
.hero-section {
  background-image: url('/static/necysc_app/images/hero/faq_banner.jpg');
  background-size: cover;
  background-position: center;
  min-height: 300px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
