.education1{

    margin: 50px 30px;
    height: 800px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.education2{

    margin: 100px 30px;
    height: 1100px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    box-shadow: 10px 10px 10px 10px rgba(0, 0, 0, 0.1);
}
.education1 h2{
    font-size: 40px;
    text-align: center;
padding-top: 10px;
color: rgb(0, 0, 0);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
}
.education2 h2{
    font-size: 40px;
    text-align: center;
padding-top: 10px;
color: rgb(0, 0, 0);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  
}
.education1 .education_teacher_display{

    display: flex;
    justify-content: space-around;
padding-top: 50px;
}
.education2 .education_teacher_display{

    display: flex;
    justify-content: space-around;
padding-top: 50px;
}
.education_teacher{
    height: 270px;
    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: 17px;
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;
}