.people__container{row-gap:75px}
.people__image{margin-bottom:40px}
.people__bio{margin-top:20px}
.people__name{margin-top:10px}
.people .people__bio{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;-webkit-transition:max-height .4s cubic-bezier(0.4,0,0.2,1);transition:max-height .4s cubic-bezier(0.4,0,0.2,1);max-height:6em}
.people .people__bio.is-expanded{-webkit-line-clamp:unset;max-height:1000px;-webkit-transition:max-height .4s cubic-bezier(0.4,0,0.2,1);transition:max-height .4s cubic-bezier(0.4,0,0.2,1)}
.people .people__bio-toggle{margin-top:10px;background:0;border:0;color:inherit;font-weight:bold;cursor:pointer;padding:0;font-size:1em}
.people .people__bio-wrapper{position:relative}
@media(max-width:767px){.people .grid{width:100% !important}
}