.committee-section{width:100%;margin:3rem 0}.committee-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.committee-card{text-align:center;background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;flex-direction:column;align-items:center;padding:2rem 1.25rem;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 4px 16px #0000000d}.committee-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.committee-img-wrapper{border-radius:50%;flex-shrink:0;width:120px;height:120px;margin-bottom:1.25rem;position:relative;overflow:hidden}.committee-img{object-fit:cover}.committee-name{color:#1f2937;margin:0 0 8px;font-size:15px;font-weight:700;line-height:1.35}.committee-affiliation{color:#6b7280;margin:0;font-size:12.5px;line-height:1.45}@media (max-width:1200px){.committee-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.committee-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.committee-card{padding:1.5rem 1rem}}@media (max-width:480px){.committee-grid{grid-template-columns:repeat(1,1fr)}}
