/*COLORS */
/*TEXT COLORS */
/*SHADOW */
/* BORDER RADIUS */
/* GRADIENTS */
.story-des {
  font-size: 18px;
  font-weight: 600;
  font-family: "open sans";
  color: #4a5565;
  margin-bottom: 12px;
}

.stat-card {
  border: 1px solid #E5E7EB;
  background-color: #F9FAFB;
  padding: 25px;
  border-radius: 10px;
}
.stat-card .stat-number {
  background: linear-gradient(90deg, #0d85c4 0%, #0d85c4 50%, rgba(13, 133, 196, 0.9) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  font-weight: 600;
}
.stat-card .stat-number.accent {
  background: linear-gradient(135deg, #37944d 0%, rgba(55, 148, 77, 0.8) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.stat-card .stat-text {
  font-size: 14px;
  font-weight: 400;
  font-family: "open sans";
  color: #4a5565;
}

.features .feature-card {
  border: 1px solid #E5E7EB;
  background: linear-gradient(101.05deg, #F2F7F9 -0.51%, #F8FDFF 101.95%);
  border-radius: 10px;
}
.features .feature-card .feature-text {
  font-size: 16px;
  font-weight: 400;
  color: #101828;
}/*# sourceMappingURL=aboutus.css.map */