.people{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:1200px}.people .person{color:var(--c-black);display:block;margin-bottom:3rem;-webkit-text-decoration:none;text-decoration:none;width:calc(50% - 8px)}.people .person h3{font-size:24px;margin:1rem 0}.people .person h4{color:var(--c-black)!important;font-size:12px;margin:0;opacity:.5}.people .person img{filter:grayscale(100%);height:175px;-o-object-fit:cover;object-fit:cover;transition:all .3s ease;width:100%}.people .person:hover img{filter:grayscale(0)}.people .person:hover h4{color:var(--c-red)!important;opacity:1}@media (min-width:700px){.people{display:grid;grid-gap:10px;gap:10px;grid-template-columns:repeat(4,1fr)}.alignfull .people{margin:auto}.is-people-block-centered>.people_row_1,.is-people-block-centered>.people_row_3{display:flex;justify-content:center}.is-people-block-centered>.people_row_2>.person:first-of-type{grid-column-start:2}.people .person{width:auto}.people .person img{height:250px;width:auto}}.single-people .people{display:inherit;margin:auto}
