.tp-team__grid{display:grid;gap:24px;grid-template-columns:repeat(4,1fr)}.tp-team__member{text-align:center}.tp-team__photo{border-radius:50%;height:120px;margin-bottom:12px;object-fit:cover;width:120px}.tp-team__name{color:var(--tp-text);font-size:15px;font-weight:700;margin-bottom:2px}.tp-team__title{color:var(--tp-text-muted);font-size:13px;margin-bottom:2px}.tp-team__role{color:#8899a6;font-size:12px;font-style:italic}@media (max-width:768px){.tp-team__grid{grid-template-columns:repeat(2,1fr)}}