.section-title {
  width: 100%;
  text-align: center;   /* يوسّط النص */
  color: #ffffff;       /* العنوان أبيض */
  font-size: 32px;      /* حجم الخط */
  font-weight: 800;     /* سمك الخط */
  margin: 20px 0;
}
.h2-green {
  color: #01857a;    /* اللون */
  font-size: 32px;   /* حجم الخط */
  font-weight: 700;  /* بولد */
  text-align: center; /* اختياري: يوسّط العنوان */
  margin: 20px 0;
}