.employee-listing-section{background-color:#fff;padding:80px 0 120px}.employee-listing-container-1500{margin:0 auto;max-width:1500px;padding:0 40px}.listing-header{align-items:flex-end;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:50px;padding-bottom:25px}.listing-header h2{font-size:32px;margin:0}.see-all-link{color:#0a0d0d;font-family:DM Sans,sans-serif;font-size:16px;font-weight:700;text-decoration:none}.employee-grid{display:grid;gap:40px;grid-template-columns:repeat(4,1fr)}.employee-card-v2{text-align:center;transition:transform .3s ease}.employee-card-v2:hover{transform:translateY(-8px)}.card-link-wrapper{display:block;text-decoration:none}.image-circle{background-color:#f2f2f2;border-radius:50%;height:200px;margin:0 auto 25px;overflow:hidden;width:200px}.image-circle img{height:100%;object-fit:cover;width:100%}.card-content h3{font-size:22px;line-height:1.2;margin:0 0 8px}.role-text{font-size:16px;line-height:1.4;margin-bottom:15px}.tag-box{border:1px solid #0a0d0d;border-radius:4px;display:inline-block;font-size:13px;margin-bottom:20px;padding:6px 16px}.profile-link-text,.tag-box{color:#0a0d0d;font-weight:700}.profile-link-text{display:block;font-family:DM Sans,sans-serif;font-size:14px;text-decoration:underline}@media (max-width:1100px){.employee-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.employee-grid{grid-template-columns:1fr}.image-circle{height:180px;width:180px}}