.aboutOffice{margin:18px 0 22px;}
.aboutOffice img{width:100%;max-width:1100px;height:auto;display:block;border-radius:14px;border:1px solid rgba(0,0,0,.10);}
.aboutOffice__cap{max-width:640px;margin-top:10px;font-size:14px;line-height:1.55;opacity:.9;}
.teamGrid{display:grid;gap:16px;grid-template-columns:repeat(auto-fit, minmax(280px, 1fr));}
.teamCard{border:1px solid rgba(0,0,0,.12);border-radius:16px;background:#fff;padding:16px;}
.teamCard__imgWrap{width:100%;display:flex;align-items:center;justify-content:center;margin-bottom:12px;}
.teamCard__img{width:140px;height:140px;border-radius:999px;object-fit:cover;display:block;background:rgba(0,0,0,.03);}
.teamCard__body{text-align:center;}
.teamCard__name,.teamCard__role,.teamCard__text{overflow-wrap:anywhere;word-break:break-word;hyphens:auto;}
.teamCard__name{font-size:18px;line-height:1.25;font-weight:700;margin:0 0 4px 0;}
.teamCard__role{font-size:14px;line-height:1.35;opacity:.85;margin:0 0 10px 0;}
.teamCard__text{font-size:14px;line-height:1.55;margin:0;opacity:.95;}
@media (max-width:420px){
.teamCard{ padding:14px; }
}
