/* ============================================
   ABOUT US PAGE - Additional Responsive Styles
   ============================================ */

/* These styles extend GeneralResponsive.css for the about us page */

@media screen and (max-width: 768px) {
  /* Ensure main content has proper spacing */
  main {
    padding: calc(var(--header-height) + 1rem) 0 0;
    min-height: auto;
  }
}
