.team-section{background-color:#000;font-family:inherit;padding:80px 60px;width:100%}.team-section__intro{display:flex;flex-direction:column;gap:20px;margin-bottom:60px;max-width:700px}.team-section__headline h1,.team-section__headline h2{color:#fff;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.15;margin:0}.team-section__body p{color:#aaa;font-size:1rem;line-height:1.7;margin:0}.team-section__grid{display:grid;gap:20px;grid-template-columns:repeat(5,1fr)}.team-section__card{background:#000;border:1px solid #00bb96;display:flex;flex-direction:column;gap:16px;padding:24px}.team-section__img-wrap{flex-shrink:0;height:80px;overflow:hidden;width:80px}.team-section__img-wrap img{display:block;height:100%;object-fit:cover;width:100%}.team-section__img-placeholder{background:#333;height:100%;width:100%}.team-section__card-content{display:flex;flex-direction:column;gap:6px}.team-section__name{color:#fff;font-size:.95rem;font-weight:700;line-height:1.3}.team-section__title{color:#00bb96;font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.team-section__desc{color:#aaa;font-size:.82rem;line-height:1.6;margin-top:4px}@media (max-width:1100px){.team-section__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.team-section{padding:60px 40px}.team-section__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.team-section{padding:40px 24px}.team-section__grid{grid-template-columns:1fr}}