.ecosystemSectionWrap {
  padding: 80px 0px
}
.ecosystemSectionWrap {
  text-align:center;
}
.ecosystemSectionWrap h2{
  margin-bottom:20px;
}
.ecosystemSectionWrap h3{
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px !important;
}
.ecosystemSectionWrap p {
    padding-bottom: 24px;
    margin-bottom: 20px !important;
}
.ecosystemSectionWrap img {
  margin-bottom:20px;
}
.cardContainer h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px !important;
}






@media only screen and (max-width: 1024px) 
  
}
@media only screen and (max-width: 991px) {
  .ecosystemSectionWrap {
    padding: 40px 0px
  }
}

@media only screen and (max-width: 690px) {
  .ecosystemSectionWrap h2 {
    font-size: 30px;
    margin-bottom: 8px;
  }
   .ecosystemSectionWrap h3 {
     font-size: 20px;
     margin-bottom: 12px;
  }
  .ecosystemSectionWrap {
      padding: 50px 0px;
  }
  .cardContainer h4 br {
    display:none !important;
  }
}