.staff__grid{column-gap:1rem;display:flex;flex-wrap:wrap;justify-content:center;row-gap:1rem}@media (min-width:768px){.staffcard{width:100%}}.staffcard{display:flex;flex-direction:column;height:100%;max-width:750px;position:relative;text-align:center;width:30%}.staffcard__image-wrapper>img{border-radius:50%;display:block;height:auto;height:250px;margin:0 auto;max-width:100%;object-fit:cover;width:250px}.staffcard__content{padding:1rem}.staffcard__name{font-size:24px;margin-bottom:.5rem}.staffcard__title{font-size:12px;font-weight:400;text-transform:uppercase}.staffcard__description{margin:0}