.team-wrapper .team-list{display:grid;gap:48px 30px;grid-template-columns:repeat(4,1fr);justify-items:center}.team-member{box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;width:100%}.team-wrapper .team-list .image{border-radius:8px;margin-bottom:10px;overflow:hidden;position:relative;width:100%}.team-wrapper .team-list .image img{height:auto;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:hover .image .social-link{cursor:pointer;opacity:1}.social-link svg path{fill:#fff}@media (max-width:1199px){.team-wrapper .team-list{grid-template-columns:repeat(3,1fr)}}@media (max-width:991px){.team-wrapper .team-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:767px){.team-wrapper .team-list{grid-template-columns:1fr}}.bio-popup{background-color:rgba(0,0,0,.5);display:none;height:100%;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 40px 20px 20px;position:relative;width:80%}.bio-popup-close{color:#aaa;font-size:28px;font-weight:700;padding-top:6px;position:absolute;right:10px;top:0}.bio-popup-close:focus,.bio-popup-close:hover{color:#000;cursor:pointer;text-decoration:none}.read-more-btn{color:#b0584a;cursor:pointer;display:inline-block;font-weight:700;margin-top:0;text-decoration:none;transition:color .3s ease}.read-more-btn:hover{color:#c99a97}.team-listing__single-member{justify-content:center}.team-listing__single-member,.team-listing__single-member .team-listing__member{align-items:center;display:flex;flex-direction:column}.team-listing__single-member .team-listing__member-image{margin-bottom:15px}.description p{margin-bottom:0!important}