@media (min-width: 320px) and (max-width: 767px){

  .about-team-in2{
    width: 100%;
    margin-bottom: 10px;
  }
  
  .m-about-containt p{
    text-align: justify;
  }
  
  .mt-footer-bot-center p{
    float: none;
    margin-bottom: 5px;
  }
  
  .our-story-pic img{
      width:120px;
  }

}