div.team-section{margin-bottom:3.125rem}div.team-section h2{text-align:center}div.team-section div.featured-person{margin-bottom:1.5rem}div.person img{width:100%;height:auto;border:1px solid var(--color-gray)}div.featured-person p{font-size:1.25rem;font-style:italic;font-weight:300;line-height:2rem}div.featured-person span.featured-person-tag,span.person-name{font-size:1.25rem;font-weight:500;line-height:normal}div.team-section .people-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}div.team-section div.people-grid div.person p{display:flex;flex-direction:column;margin-bottom:0}span.person-title{font-size:1rem;font-style:normal;font-weight:300;line-height:normal}@media (max-width:1200px){div.team-section .people-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){div.team-section{margin-bottom:2.5rem}div.team-section h2{margin-bottom:2.5rem}div.team-section div.featured-person{grid-template-columns:1fr}div.team-section div.featured-person img{width:45%;margin:0 auto}div.team-section .people-grid{grid-template-columns:1fr 1fr;gap:2rem 10px}}