/* 
:root {
  color-scheme: light dark;
}
.impact-group{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.impact-group img{
    border-radius: 50%;
   background: light-dark(white, lightgray);
    width: 105px;
    height: 105px;
    object-fit: fill;
    
} */

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

}
.comparison-img {
  width: 300px;
  height: 300px;
  object-fit: cover;

}



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

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