/**-------------
#about founders
---------------*/
.about-founders{
  padding-top: 5%;
  }
  
  @media (max-width: 992px) {
  .about-founders{
  padding-top: 110%;
  }

  }
  
  @media (max-width: 768px) {
  .about-founders{
  padding-top: 35% !important;
  }
  }
@media (max-width: 1024px) {
 .about-founders{
  padding-top: 5%;
  }
  div#ee-form-1{
      margin-left: 0 !important;
  }
}
@media screen and (min-width: 1025px){
     .about-founders{
  padding-top: 5%;
  }
  div#ee-form-1{
       margin-left: 0 !important;
  }
}