@import "social-links.css";@import "person.css";@layer components{.c-people__title{text-align:center}.c-people__list{display:flex;flex-wrap:wrap;gap:calc(var(--grid-padding)*2) 1.67rem;justify-content:center}.c-people--4-col .c-people__list{padding:0}.c-people--3-col .c-people__list{padding:0 12.5%}.c-people:has(:is(.c-people__title,.c-people__blurb)) .c-people__list{margin-top:2rem}@media only screen and (max-width:1200px){.c-people__list{grid-template-columns:repeat(2,auto)}}@media only screen and (max-width:800px){.c-people__blurb,.c-people__title{padding:0 var(--grid-browser-gutter)}.c-people:has(:is(.c-people__title,.c-people__blurb)) .c-people__list{margin-top:1.5rem}.c-people__title{text-align:left}.c-people--3-col .c-people__list{padding:0}}}