/**-------------
#about founders
---------------*/
.about-founders{
  padding-top: 60px 0;
  }
  .culturals-day-model-img{
       width: 100%;
      height: auto;
  }
  @media (max-width: 992px) {
  .about-founders{
  padding-top: 110%;
  }
.culturals-day-model-img{
       width: 100%;
      height: auto;
  }
  }
  
  @media (max-width: 768px) {
  .about-founders{
  padding-top: 35% !important;
  }
  .culturals-day-model-img{
       width: 100%;
      height: auto;
  }
  }
@media (max-width: 1024px) {
 .about-founders{
  padding-top: 5%;
  }
  .culturals-day-model-img{
       width: 100%;
      height: auto;
  }
}
@media screen and (min-width: 1025px){
     .about-founders{
  padding-top: 5%;
  }
  .culturals-day-model-img{
       width: 100%;
      height: auto;
  }
}