.ds_team_section{padding:80px 0}.ds_team_grid{display:flex;flex-wrap:wrap;gap:40px;justify-content:center}.ds_team_card{background:#fff;border-radius:12px;box-shadow:0 8px 20px rgba(0,0,0,.06);overflow:hidden;text-align:center;width:calc(33.333% - 27px)}.ds_team_img img{display:block;height:auto;width:100%}.ds_team_content{padding:20px}.ds_team_icons{display:flex;gap:15px;justify-content:center;margin:12px 0}.ds_team_icons a{color:#00ab4e;font-size:14px;font-weight:600;text-decoration:none}.ds_team_btn{cursor:pointer;margin:15px auto 0}.ds_team_modal{align-items:center;background:rgba(0,0,0,.6);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.ds_team_modal_inner{background:#fff;border-radius:12px;height:70vh;max-width:600px;overflow:auto;padding:40px;position:relative;width:90%}.ds_team_close{cursor:pointer;font-size:24px;position:absolute;right:15px;top:10px}@media (max-width:991px){.ds_team_card{width:calc(50% - 20px)}}@media (max-width:767px){.ds_team_card{width:100%}}