/* style/resources-b52-security-fairness.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-resources-b52-security-fairness {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Light text color for dark body background */
  background-color: #000000; /* Assuming body background is black from shared.css */
}

/* Hero Section */
.page-resources-b52-security-fairness__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Ensures content is not hidden by fixed header */
  min-height: 600px;
  background-color: #000000; /* Dark background for hero */
  color: #ffffff;
  overflow: hidden; /* Prevent image overflow */
}

.page-resources-b52-security-fairness__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 30px;
}