.about-section {
  background-color: #25a4a625;
  padding: 3rem 2rem;
  margin: 2rem auto;
  max-width: 1400px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.about-container {
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.07);
  border-radius: 40px;
  padding: 2rem;
}

.about-text {
  flex: 1 1 40%;
}

.about-stats {
  flex: 1 1 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}

.stat-card {
  display: flex;
  gap: 1.5rem;
  /* flex-direction: column; */
  align-items: center;
  text-align: center;
}

.stat-card img {
  width: 60px;
  height: auto;
  margin-bottom: 0.5rem;
}

.stat-card .heading2 {
  color: #08334C;
  margin-bottom: 0.25rem;
}

.stat-card .small {
  font-size: 0.9rem;
  color: #333;
}
