.intro{
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #f1bd26;
  color:white
}
.intro h1{
  color:#279847;
  text-shadow: 2px 3px black;

}
.solution{
    background-color: #279847;

}
.solution h2{
    color: #64ff49;
    font-weight: bold;
    margin-bottom: 25px;
}
.solution h3{
    color: #64ff49;
    font-weight: 600;
    text-transform: capitalize;
}
.challenge{
    background-color: #e01b47;
}
.challenge p, .solution p{
    color: white;
    
}
.challenge h1, .solution h1{
    color: white;
}
.challenge h3{
    color: #f1bd26;
    text-transform: capitalize;
    font-weight: 600;
}
:root {
  color-scheme: light dark;
}

.impact-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.impact-box img {
  /* border-radius: 50%; */
  background-color: transparent;
  /* background: light-dark(white, lightgray); */
  width: 75%;
  object-fit: contain;
  max-width: 100px;

}
.impact-box h4{
    color: white;
}

.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%;
  max-width: 150px;
  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;
} */
