.page-terms-conditions {
  color: #ffffff; /* Body background is dark #1a1a2e, so use light text */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: #1a1a2e; /* Ensure consistency with body background if main section needs its own */
}

.page-terms-conditions__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  background-color: #017439; /* Primary brand color for hero background, will be layered with image */
  color: #ffffff;
  overflow: hidden;
}