.team-list{display:grid;gap:80px 120px;grid-template-columns:repeat(1,minmax(0,1fr));justify-content:center;@media screen and (min-width:768px){grid-template-columns:repeat(3,minmax(0,1fr))}.team-member{flex:0 0 33%;text-align:center;.picture{aspect-ratio:1;border-radius:50%;margin-bottom:50px;max-width:100%;object-fit:cover;overflow:hidden;width:365px}.name{font-size:18px;line-height:1;margin-bottom:25px}.position{font-size:16px;font-style:italic;font-weight:600;line-height:1.5;margin-bottom:5px}.quote{font-size:16px;font-style:normal;line-height:1.5;margin:0 auto;max-width:250px;&:not(:empty){&:before{content:"„"}&:after{content:"“"}}}}}