.education-section{
background:#f8f9fa;
}

.edu-card{
background:white;
padding:30px 20px;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,0.1);
transition:all 0.3s ease;
height:100%;
}

.edu-card .icon{
font-size:50px;
margin-bottom:15px;
}

.edu-card h5{
margin-bottom:10px;
font-weight:600;
}

.edu-card p{
font-size:14px;
color:#666;
}

.edu-card:hover{
transform:translateY(-10px);
box-shadow:0 15px 35px rgba(0,0,0,0.2);
}
