.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{aspect-ratio:1/1;display:block;height:auto;object-fit:cover;width:100%;object-positon:center}.ds_team_content{padding:20px}.ds_team_icons{gap:15px;margin:12px 0}.ds_team_icons,.ds_team_icons a{display:flex;justify-content:center}.ds_team_icons a{align-items:center;background:rgba(0,171,78,.1);border-radius:50%;color:#00ab4e;height:36px;transition:all .3s ease;width:36px}.ds_team_icons a:hover{background:#00ab4e;color:#fff}.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:9999}.ds_team_modal_inner{background:#fff;border-radius:12px;height:fit-content;max-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%}}