.person{background-color:#eee;border-radius:0 0 30px 0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem;padding:2rem}@media(min-width:768px){.person{-ms-flex-direction:row;flex-direction:row}}.person__name{font-weight:700}.person__name,.person__title{font-family:var(--pwd--font-family)}.person__title{font-size:1rem}.person__description{font-size:1rem;margin-top:1rem}.person__image{-ms-flex-item-align:center;-ms-flex-negative:0;align-self:center;aspect-ratio:1/1;border-radius:10000px;flex-shrink:0;margin-bottom:2rem;overflow:hidden;width:220px}@media(min-width:768px){.person__image{-ms-flex-item-align:initial;align-self:auto;margin-bottom:0;margin-right:2rem}}.person__image img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}