.persons{display:grid;gap:var(--gutter);grid-template-columns:repeat(auto-fill,minmax(min(100%,18rem),1fr));margin-top:var(--space-m)}.persons:first-child{margin-top:0}.person-box{background:var(--colors-effects-mint-tulip)}.person-box__image{margin:0}.person-box__image img{aspect-ratio:336/225;-o-object-fit:cover;object-fit:cover;vertical-align:top;width:100%}.person-box__content{padding:var(--space-2xs) var(--space-2xs) var(--space-s)}.person-box__role{font-family:IBM Plex Sans Condensed,monospace;font-size:var(--text-size-400);font-weight:400;font-weight:600;line-height:1.333;margin-top:1.56em}.person-box__description{margin-top:.89em}.person-box__contacts{margin:2.22em 0 0}.person-box__contacts p{margin:0}.person-box__contacts .protected-mail,.person-box__contacts a{font-weight:400}