.teacher-content{
    margin: 2rem auto 0 auto;
    max-width: 1000px;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 115px; 
    
}
.teacher-content p {
    text-align: justify;
    max-width: 50%;
    font-size: 115%;
    
}
/* .teacher-content .image-content  {
    min-height: auto;
    padding-bottom : 10%;
    padding-top : 8%;
    padding-left: 10%;
    max-width: 45%; 
    background-color: blue;
} */
@media screen and (max-width: 640px) {
    .teacher-content  {
        display: flex   ;
        flex-wrap: wrap;
    }
  }
@media screen and (min-width:640px){
    .home-picture{
        height: 300px;
        width: 448px;
    }
    .teacher-content .image-content  {
        min-height: auto;
        /* margin-left: 5%; */
        /* padding-bottom : 10%; */
        padding-top : 8%;
        padding-left: 10%;
        max-width: 45%; 
    }
}
@media screen and (max-width: 640px) {
    .home-picture{
      width: auto;
      max-height: 10em;
      min-height: 10em;
    }
}
