
: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;
    
}
.impact-icon-container{
    display: flex;
    width: 105px;
    height: 105px;
    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;
}

