.about-cf-section {
  background: linear-gradient(94deg, #eaf6ef 64%, #f7fff9 100%);
  border-radius: 22px;
  margin: 0 auto 32px auto;
  box-shadow: 0 2px 14px rgba(22,73,30,0.08);
  padding: 0 0 32px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.about-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-lead {
  padding-top: 38px;
  padding-bottom: 0;
  text-align: center;
}
.about-title {
  color: #176624;
  font-size: 2.15rem;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
  line-height: 1.14;
}
.about-intro {
  color: #267952;
  font-size: 1.14rem;
  line-height: 1.54;
  font-weight: 500;
  margin-bottom: 0;
}
.about-mission {
  font-size: 1.18rem;
  color: #176624;
  font-weight: 700;
  margin-bottom: 4px;
  line-height: 1.39;
  text-align: center;
}
.about-highlight {
  color: #1b755b;
  font-size: 1.13rem;
  font-weight: 600;
  margin-bottom: 0;
  text-align: center;
}
.about-stats-row {
  display: flex;
  gap: 18px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 6px 0 0 0;
}
.about-stat-card {
  background: #eaf6ef;
  border-radius: 14px;
  box-shadow: 0 1px 6px rgba(14,185,126,0.09);
  padding: 18px 28px 14px 28px;
  min-width: 120px;
  text-align: center;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-stat-value {
  font-size: 1.42rem;
  font-weight: 800;
  color: #0eb97e;
  margin-bottom: 2px;
  letter-spacing: -0.01em;
}
.about-stat-label {
  font-size: 1rem;
  color: #11713d;
  font-weight: 600;
  opacity: .92;
}

/* Uniform info box row: wider, spaced, visually appealing */
.about-meta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 26px;
  width: 100%;
  margin-top: 14px;
}
.about-container-card {
  background: #f7fff9;
  border-radius: 14px;
  box-shadow: 0 1px 8px rgba(22,73,30,0.09);
  padding: 24px 28px 19px 28px;
  font-size: 1.10rem;
  color: #217d59;
  font-weight: 600;
  min-width: 240px;
  max-width: 335px;
  flex: 1 1 275px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 74px;
  line-height: 1.6;
  border: 1.3px solid #e6f5ed;
  margin-bottom: 14px;
  letter-spacing: 0;
  transition: box-shadow .13s, border .12s;
  /* Subtle text shadow for emphasis */
  text-shadow: 0 1px 0 #fff;
}

/* Responsive: stack cards, widen on mobile, adjust text size */
@media (max-width: 1150px) {
  .about-meta-row { gap: 14px; }
  .about-container-card { min-width: 160px; max-width: 99vw; padding: 18px 9vw; font-size: 1rem; }
}
@media (max-width: 700px) {
  .about-main { gap: 11px; }
  .about-title { font-size: 1.11rem; }
  .about-meta-row {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .about-container-card {
    min-width: 0;
    max-width: 100vw;
    width: 99vw;
    padding: 13px 4vw 11px 4vw;
    font-size: .97rem;
  }
  .about-footer-card { padding: 13px 4px 10px 4px; }
}
.about-link {
  margin-top: 14px;
  text-align: center;
  font-size: 1.09rem;
  width: 100%;
}
.about-link a {
  color: #0eb97e;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1.5px solid #b6f5db;
  padding-bottom: 2px;
  transition: border-color 0.14s;
}
.about-link a:hover,
.about-link a:focus {
  border-color: #0eb97e;
}
.about-footer-card {
  margin: 28px auto 0 auto;
  background: #f4f9f4;
  border-radius: 16px;
  box-shadow: 0 1px 7px rgba(22,73,30,0.04);
  padding: 22px 14px 17px 14px;
  width: 99%;
  text-align: center;
}
.about-footer-title {
  font-size: 1.21rem;
  font-weight: 800;
  color: #176624;
  margin-bottom: 4px;
  letter-spacing: 0.01em;
}
.about-footer-text {
  font-size: 1.06rem;
  color: #225838;
  font-weight: 500;
  margin: 0 0 2px 0;
  line-height: 1.5;
}
.about-header {
  margin-bottom: 0;
  background: transparent;
}
