.cards{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}@media screen and (max-width:767px){.cards{display:block}}.cards__card{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:1.4rem;max-width:100%;width:32.5%}@media screen and (max-width:767px){.cards__card{width:100%}}.card__bio-headshot{aspect-ratio:1/1;overflow:hidden}.card__image{height:auto;margin:0 auto;max-width:100%}.card__bio-info{text-align:center;width:100%}.card__bio-info h3{font-size:26px;font-weight:600;margin-bottom:10px}.card__bio-info h5{font-size:14px;font-weight:600;line-height:1.5em;margin-bottom:0}.card__text{padding:0 .7rem;width:100%}.card__text p{font-size:18px}