 @media screen and (max-width:1024px) {
    .education1{
    margin: 40px 0px;
    min-height: 620px;
    height: auto;
 }
.education2{
    margin: 100px 0px;
    min-height: 940px;
    height: auto;
 }
 .education_teacher{
    min-height: 200px;
    height: auto;
    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: 90px;
width: 90px;
margin-bottom: 0px;
border-radius: 50%;
}
.education_teacher h2{
    color: #0088ff;
    font-size: large;
}
.education_teacher h3{
    color: black;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
}
@media screen and (max-width:600px) {
    .education1{
    margin: 40px 0px;
    min-height: 620px;
    height: auto;
 }
.education2{
    margin: 100px 0px;
    min-height: 940px;
    height: auto;
 }
 .education_teacher{
    min-height: 200px;
    height: auto;
    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: 70px;
width: 70px;
margin-bottom: 0px;
border-radius: 50%;
}
.education_teacher h2{
    color: #0088ff;
    font-size: large;
}
.education_teacher h3{
    color: black;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
}