.team-hero{background-color:var(--color-bg-primary);border-bottom:1px dashed var(--color-stroke-500)}.team-hero,.team-hero__content{display:flex;flex-direction:column}.team-hero__content{gap:var(--space-64);padding:var(--space-64) var(--space-16)}.team-hero__title h1,.team-hero__title h2,.team-hero__title h3{color:var(--color-text-450);font-family:var(--font-sans);line-height:1.1;margin-bottom:var(--space-16);margin-top:0;text-transform:capitalize}.team-hero__description p{color:var(--color-text-400);font-family:var(--font-mono);font-size:var(--font-size-body-16);font-weight:var(--font-weight-normal);line-height:1.5;margin-bottom:var(--space-24)}.team-hero__description p:last-child{margin-bottom:0}.team-hero__description b,.team-hero__description strong{color:var(--color-text-450);font-weight:var(--font-weight-medium)}.team-hero__image-wrap{width:100%}.team-hero__image-wrap--hide-mobile{display:none}.team-hero__image{display:block;height:auto;max-height:850px;object-fit:contain;width:100%}@media (min-width:1190px){.team-hero{flex-direction:row;min-height:750px}.team-hero__content{justify-content:space-between;padding:var(--space-80) var(--space-64);width:50%}.team-hero__title{max-width:650px}.team-hero__description{max-width:560px}.team-hero__image-wrap{width:50%}.team-hero__image-wrap--hide-mobile{display:block}.team-hero__image{height:100%;max-height:none;object-fit:cover;width:100%}}