.team-profiles{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.team-profile-card{border-radius:12px;max-width:300px;padding:1rem;text-align:center}.profile-image{border-radius:12px;width:100%}.open-modal{color:#3b3bff;display:inline-block;font-weight:600;margin-top:10px}.profile-modal{align-items:center;background-color:rgba(0,0,0,.7);bottom:0;display:none;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:999}.profile-modal.active{display:flex}.modal-content{background:#fff;border-radius:12px;display:flex;gap:2rem;max-width:900px;padding:2rem;width:100%}.modal-left img{border-radius:10px;width:250px}.close{cursor:pointer;font-size:2rem;position:absolute;right:2rem;top:2rem}