
body {
  font-family: 'Poppins', sans-serif;
  background-color: #f8f9fa;
  color: #333;
}
.hero {
  /*background: url('../images/image_2.png') center/cover no-repeat;*/
  height: 260px;
  position: relative;
}
.org-name, .lead {
  color: #333333;
}
.hero .overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border-bottom: 2px solid #333;
  /*background: rgba(0, 0, 0, 0.5);*/
}
.hero .content {
  position: relative;
  z-index: 2;
}
.logo {
  max-height: 120px;
}
.section-title {
  font-weight: 700;
  color: #0d6efd;
}
.card {
  border-radius: 12px;
}
.program-card i {
  display: block;
}
.team-card {
  border-radius: 12px;
  background: #fff;
}
.impact-box {
  border-radius: 12px;
  background: #fff;
}
#gallery img {
  transition: transform 0.3s ease-in-out;
}
#gallery img:hover {
  transform: scale(1.05);
}
footer {
  font-size: 0.9rem;
}
