.about-vgreen {
  background: #fff;
  font-family: 'Inter', sans-serif;
}

.about-label {
  display: inline-block;
  padding: 4px 14px;
  border: 1px solid #b7d8c5;
  border-radius: 20px;
  font-size: 13px;
  color: #1e8f4e;
}

.about-title {
  font-weight: 700;
  color: #1e8f4e;
  font-size: 32px;
}

.about-desc {
  max-width: 820px;
  font-weight: 400;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

/* Cards */
.about-card {
  border: 1.09px solid rgba(7, 42, 9, 1);
  border-radius: 7px;
  padding: 45px 25px;
  height: 100%;
  text-align: center;
}

.about-card h5 {
  font-weight: 700;
  font-size: 37px;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  margin-bottom: 12px;
}

.about-card p {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
}

.icon-wrap {
  width: 56px;
  height: 56px;
  margin: 0 auto 20px;
}

.icon-wrap img {
  max-width: 100%;
}

/* Stats */
.about-stats .stat-number {
  font-weight: 700;
  font-size: 48px;
  line-height: 130%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
}

.about-stats .stat-text {
  font-weight: 400;
  font-size: 23.33px;
  line-height: 150%;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color: rgba(7, 42, 9, 0.6);

}

/* Banner */
.about-banner {
  background: linear-gradient(90deg, #e9f8f1 0%, #ffffff 60%);
  border-radius: 20px;
  padding: 40px;
}

.about-banner h3 {
  font-size: 30px;
  font-weight: 600;
  color: #1e8f4e;
}

.about-banner h3 span {
  font-size: 42px;
  font-weight: 800;
  color: #2bb673;
}

.about-vgreen {
  background-image: url('../images/home-new/frame-map-global-hidden.webp');
  background-repeat: no-repeat;
}