.generation-support-wrapper {
  background-color: #ecf3f9;
  padding: 2rem 2rem 3rem 2rem;
  margin-top: 75px;
  margin-bottom: 60px;
}

.gen-support-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
    gap: 3rem; 

}

.gen-support-double-col-item h2 {
padding-top: 30px !important;
padding-bottom: 30px !important;
}

.gen-support-item-col {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}


.gen-support-double-col-item {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  text-align: left;
}


.supp-img {
    width: 70px;
    height: 70px;
overflow: hidden;
    border-radius: 999px;
    margin: -55px auto 0;
}

.supp-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width: 758px) {
  .gen-support-item-col {
    flex: 1
     
  }

  .gen-support-double-col-item {
    flex: 2
  }
  
  .gen-support-double-col-item {
    text-align: center; 
  }
  
  .gen-support-item {
   gap: 8rem; 
  }
}