:where(.c-slice-staff-card){display:flex;flex-direction:column}:where(.c-staff-single){display:grid;grid-template-areas:"header" "image" "contact"}:where(.c-staff-single) .c-staff-single__header{grid-area:header}:where(.c-staff-single) .c-staff-single__image{grid-area:image}:where(.c-staff-single) .c-staff-single__contact{grid-area:contact}@media(min-width:656px){:where(.c-staff-single){align-content:space-between;-moz-column-gap:auto;column-gap:auto;grid-template-areas:"header image" "contact image";grid-template-columns:auto 1fr;grid-template-rows:auto 1fr;justify-content:space-between}}
