/* ...existing code... */
#value {
  background: #E9EEEE; /* Same as about section */
  padding: 4em 0 3em 0;
}
#value .container {
  max-width: 90%;
  margin: 0 auto;
}
#value header {
  text-align: center;
  margin-bottom: 2em;
}
#value h2 {
  font-size: 2em;
  margin-bottom: 0.5em;
}
#value p,
#value ul {
  font-size: 0.8em;
  line-height: 1.2;
  color: #444;
  margin-bottom: 1.2em;
}
#value ul {
  list-style: disc inside;
  padding-left: 1.2em;
}
#value ul li {
  margin-bottom: 0.8em;
}
#value ul li strong {
  font-weight: 600;
}
#value .value-closing {
  font-weight: 600;
  text-align: center !important;
  margin-top: 2em;
  color: #222;
}
/* ...existing code... */