.page-resources-newbie-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF;
}

.page-resources-newbie-guide__section {
  padding: 60px 20px;
  margin-bottom: 0;
}

.page-resources-newbie-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-newbie-guide__dark-bg {
  background-color: #017439; /* Primary brand color */
  color: #ffffff;
}

.page-resources-newbie-guide__light-bg {
  background-color: #ffffff;
  color: #333333;
}