.dept-section{font-family:sans-serif;margin:0 auto;max-width:1200px;padding:80px 20px;text-align:center}.dept-header h2{font-size:28px;font-weight:700;margin-bottom:10px}.dept-header p{color:#333;font-size:18px;margin-bottom:50px}.dept-grid{display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.dept-card{align-items:center;border:1px solid #1a1a1a;display:flex;flex-direction:column;justify-content:center;padding:60px 30px;transition:background-color .3s ease}.dept-card:hover{background-color:#f9f9f9}.dept-icon{height:auto;margin-bottom:25px;max-width:60px}.dept-title{color:#1a1a1a;font-size:22px;font-weight:700;margin-bottom:15px}.dept-desc{color:#333;font-size:16px;line-height:1.6;margin:0}@media (max-width:768px){.dept-grid{grid-template-columns:1fr}.dept-card{padding:40px 20px}}