#brand-logo {
  font-size: 34px;
}

#app-navbar {
  background: linear-gradient(120deg, #00e4d0, #5983e8);
}

@media (min-width: 768px) {
  #home-mission {
  }
}

.home-impact-card {
  margin-bottom: 18px;
}

@media (min-width: 576px) {
  .home-impact-card {
    margin-bottom: 18px;
  }
}

#impact-statistics {
  background: #f9f9f9;
}

.impact-counter {
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s;
}

.impact-counter:hover {
  transform: scale(1.05);
}

.counter-value {
  font-size: 3rem;
  font-weight: bold;
  color: #007bff;
}

.container {
}

