 @media screen and (max-width:768px) {
    .education1{

    margin: 40px 0px;
    height: 770px;

 }
    .education2{
    margin: 100px 0px;
    height: 1070px;

 }
 .education_teacher{
    height: 260px;
    width: 400px;
    background-color: rgb(255, 255, 255);
text-align: center;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;

}
.education_teacher:hover{
  transform: translateY(-5px);

}
.education_teacher img{
height: 130px;
width: 130px;
margin-bottom: 5px;
border-radius: 50%;
}
.education_teacher h2{
    color: #0088ff;
    font-size: x-large;
}
.education_teacher h3{
    color: black;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
}