/* General Styling */
.page-faq {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #f5f5f5; /* Light background for the page content area */
  padding-bottom: 40px;
}

/* Fixed Header Spacing - only a small top padding for the first section */
.page-faq__hero-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  background-color: #f5f5f5;
  position: relative;
  overflow: hidden; /* Ensure image doesn't overflow */
}