.values {
  text-align: center;
  background-color: #333; /* Dark Grey Background */
  color: white; /* White Text */
  padding: 40px;
  border-radius: 10px;
  width: 80%;
  margin: auto;
}

.values h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.highlight {
  color: #f8b400; /* Accent Color (Optional) */
  font-weight: bold;
}

.values ul {
  list-style: none;
  padding: 0;
}

.values li {
  margin-bottom: 15px;
}

.values p {
  font-size: 16px;
  line-height: 1.6;
}
