.impact-stat-banner {
  background-size: cover;
  min-height: 400px;
  font-family: "Gotham", sans-serif;
  color: white;
  padding: 50px 0;
  font-size: 30px;
}
@media (max-width: 720px) {
  .impact-stat-banner {
    padding-bottom: 20px;
  }
}
.impact-stat-banner .impact-header {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
}
@media (max-width: 720px) {
  .impact-stat-banner .impact-header {
    margin-bottom: 25px;
  }
}
.impact-stat-banner .impact-header span {
  font-weight: 700;
  background-color: blue;
  padding-left: 5px;
  padding-right: 5px;
}
.impact-stat-banner .impact-header span.dark-green {
  background-color: #4f5f2a;
  color: #86b83f;
}
@media (max-width: 720px) {
  .impact-stat-banner .impact-header span.dark-green {
    background-color: white;
    color: #97c74d;
  }
}
.impact-stat-banner .impact-header span.light-green {
  background-color: #8dc63F;
  color: white;
}
.impact-stat-banner .impact-header span.dark-brown {
  background-color: #414241;
  color: white;
  font-family: "Gotham Black", sans-serif;
}
.impact-stat-banner .stat-col {
  font-size: 28px;
}
@media (max-width: 720px) {
  .impact-stat-banner .stat-col {
    margin-bottom: 30px;
  }
}
.impact-stat-banner .stat-col .stat-value {
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 720px) {
  .impact-stat-banner .stat-col .stat-value {
    color: #8dc53e;
  }
}
.impact-stat-banner .stat-col .stat-icon img {
  max-width: 150px;
}/*# sourceMappingURL=style-about.css.map */