.bo-team__grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:0 auto;max-width:1200px}.bo-team-card{background:#fff;border-radius:8px;box-shadow:0 8px 18px #b4b5b533;cursor:pointer;padding:21px;text-align:center;transition:box-shadow .1s ease,transform .1s ease,-webkit-box-shadow .1s ease,-webkit-transform .1s ease}.bo-team-card:hover{transform:translateY(-5px)}.bo-team-profile__image,.modal-photo{height:224px;margin:auto auto 20px;width:224px}.bo-team-profile__image img,.modal-photo img{aspect-ratio:1/1;border:4px solid #fff;border-radius:50%;box-shadow:0 0 12px #bdc3c7;display:inline-block;object-fit:cover;vertical-align:middle;width:100%}.bo-team-member__name{font-size:18px;font-weight:700;line-height:23px;margin-bottom:4px}.bo-team-member__details p{line-height:22px;margin-bottom:7px}.bo-link-btn{color:#1085e4;cursor:pointer;font-size:.8rem}.team-modal{backdrop-filter:blur(5px);background-color:rgba(0,0,0,.5);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:2000}.team-modal.active{align-items:center;display:flex;justify-content:center}.modal-content{animation:modalSlideIn .3s ease;background:#fff;border-radius:7px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-height:80vh;max-width:720px;overflow-y:auto;position:relative;width:90%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close{align-items:center;background:none;border:none;border-radius:50%;color:#2c3e50;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background-color .3s ease;width:40px;z-index:1}.modal-close:hover{background-color:#f5f5f5}.modal-body{align-items:center;display:flex;flex-wrap:wrap;gap:1em 4.5em;padding:50px;text-align:center}.modal-photo{flex:1 1 0%;height:auto;margin:0;padding:1em 0}.bo-modal-content__wrap{flex:1 1 0;padding:1.5em 0;text-align:left}.modal-body h2{font-size:18px;line-height:23px;margin-bottom:4px}.modal-body #modalTitle{margin-bottom:28px}@media (max-width:768px){.team-grid{grid-template-columns:1fr}.modal-content{margin:1rem;width:95%}.modal-body{padding:2rem 1.5rem 1.5rem}.bo-modal-content__wrap,.modal-photo{flex:0 0 100%;text-align:center}}