.page-news {
  color: #ffffff; /* Default text color for dark body background */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  background-color: #000000; /* Ensure consistency with body background */
}

.page-news__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-news__section {
  padding: 60px 0;
  text-align: center;
}

.page-news__dark-bg {
  background-color: #000000; /* Dark background */
  color: #ffffff;
}

.page-news__light-bg {
  background-color: #1a1a1a; /* Slightly lighter dark background for contrast with #000000 */
  color: #ffffff;
}

.page-news__section-title {
  font-size: 3em;
  margin-bottom: 20px;
  color: #26A9E0; /* Brand color for titles */
  font-weight: bold;
}