.bio-popup{align-items:center;background-color:rgba(0,0,0,.5);display:none;height:100%;justify-content:center;left:0;overflow:auto;padding-top:200px;position:fixed;top:0;width:100%;z-index:1000}.bio-popup-content{background-color:#fff;border:1px solid #888;border-radius:8px;box-shadow:0 5px 15px rgba(0,0,0,.3);margin:auto;max-width:600px;padding:20px;width:80%}.bio-popup-close{color:#aaa;float:right;font-size:28px;font-weight:700}.bio-popup-close:focus,.bio-popup-close:hover{color:#000;cursor:pointer;text-decoration:none}.read-more-btn{cursor:pointer;display:inline-block;margin-top:3px;text-decoration:none;transition:color .3s ease}.team-wrapper .team-list{column-gap:30px;display:flex;flex-wrap:wrap;justify-content:flex-start;row-gap:48px}.team-member{box-sizing:border-box;cursor:pointer;flex-basis:calc(25% - 30px);margin-bottom:48px}.team-wrapper .team-list .image{border-radius:8px;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 .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 *{margin-bottom:5px}.team-wrapper .team-list .team-member:hover .image .social-link{cursor:pointer;opacity:1}@media (max-width:991px){.team-member{flex-basis:calc(33.3333% - 20px)}}@media only screen and (max-width:767px){.team-list{justify-content:center}.team-member{flex-basis:100%;margin-left:auto;margin-right:auto;max-width:300px}}