:root {
  color-scheme: light dark;
}

.impact-group {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.impact-group img {
  /* border-radius: 50%; */
  background-color: transparent;
  /* background: light-dark(white, lightgray); */
  width: 75%;
  object-fit: contain;

}

.challenge-group {
  display: flex;
  flex-direction: column;
  align-items: left;
}

.challenge-group img {
  /* border-radius: 50%; */
  background-color: transparent;
  /* background: light-dark(white, lightgray); */
  width: 75%;
  object-fit: contain;

}

.impact-icon-container {
  display: flex;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: #13322C;
  margin-bottom: 10px;
}

.challenges-icon-container {
  display: flex;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  background-color: #13322C;
  margin-bottom: 10px;
}

.overview-img {
  width: 400px;
  height: 400px;
  object-fit: cover;
}

.applications-img {
  width: 400px;
  height: 600px;
  object-fit: cover;
}

.impact-group p {
  word-wrap: break-word;
  hyphens: auto;
  -webkit-hyphens: auto;
}

.solutions-section {
  background: linear-gradient(90deg, rgb(14 37 31 / 90%) 0%, rgb(14 37 31 / 90%) 40%, #139704 100%);

}

/* .solutions-section a {
  color: #64FF49;
} */