.team{display:grid;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:900px){.team{grid-template-columns:repeat(3,1fr)}}.team-member{display:flex;flex-direction:column}.member-image{flex:1;position:relative;width:100%;max-height:300px}.member-image img{top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.member-info{padding:1rem}.member-info>div:first-child{margin-bottom:1rem}