    h1 {
      text-align: center;
      font-size: 2em;
      margin-top: 0;
    }

    p {
      text-align: left;
      margin-bottom: 1em;
    }
	
.core-values {
  text-align: center;
  padding: 30px 20px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.85);
  max-width: 600px;
  margin: 0 auto 40px;
}

.core-values h2 {
  font-size: 1.8em;
  color: #004466;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 1em;
  color: #555;
  margin-bottom: 20px;
}

.core-values-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.core-values-list li {
  font-size: 1.2em;
  font-weight: 600;
  margin: 10px 0;
}

.great-cause-note {
  font-size: 1em;
  color: #333;
  max-width: 500px;
  margin: 0 auto;
}

.section-divider {
  border: none;
  border-top: 2px solid #8b4513;
  width: 60px;
  margin: 20px auto;
}