.team-wrapper .team-list{column-gap:30px;display:flex;flex-wrap:wrap;justify-content:center;row-gap:48px}.team-member{cursor:pointer}.team-wrapper .team-list .member{display:block}.team-wrapper .team-list .image{border-radius:6px;margin-bottom:10px;max-width:280px;overflow:hidden;position:relative}.team-wrapper .team-list .image img{height:100%;object-fit:cover;object-position:top center;width:100%}.team-wrapper .team-list .social-link-wrapper{bottom:10px;display:flex;gap:10px;position:absolute;right:10px}.team-wrapper .team-list .image .social-link{align-items:center;border-radius:50%;color:#fff;cursor:none;display:flex;height:32px;justify-content:center;opacity:0;text-decoration:none;transition:all .3s ease;width:32px;z-index:2}.team-wrapper .team-list .social-link span svg{display:block;height:17px;width:17px}.team-wrapper .team-list .social-link img{height:50%;width:50%}.team-wrapper .team-list .team-member .name{align-items:center;display:flex;justify-content:space-between;margin:0;transition:all .3s ease}.team-wrapper .team-list .team-member .description *{color:#000}.team-wrapper .team-list .team-member:hover .image .social-link{cursor:pointer;opacity:1}