.module--team_block .team_grid{margin-block:3em;gap:1em 4em;grid-template-columns:repeat(auto-fit,minmax(150px,150px))}.module--team_block .team_grid:last-of-type{margin-bottom:0}.module--team_block .team_grid .team_card{margin-inline:auto}.module--team_block .team_grid .team_card__img{width:100%}.module--team_block .team_grid h4{font-size:1.1em;margin-block:1em;text-align:center}.module--team_block .team_row .team_card{align-items:center;display:flex;flex-direction:column;margin-block:2em}@media (min-width:540px){.module--team_block .team_row .team_card{flex-direction:row}}@media (min-width:540px){.module--team_block .team_row .team_card__img{margin-right:3em;flex-basis:25%}}.module--team_block .team_row .team_card__img img{max-width:100%}.module--team_block .team_row .team_card h4{font-size:1.5em;margin-block:.25em}.module--team_block .team_row .team_card span{color:#0026c3}.module--team_block .team_card{position:relative}.module--team_block .team_card__img{border-radius:50%;overflow:hidden}.module--team_block .team_card__img img{height:100%;object-fit:cover;width:100%;transition-property:filter;transition-duration:.3s;transition-timing-function:ease-in-out}.module--team_block .team_card:hover img{filter:grayscale(80%)}.sidebar-primary .team_grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}@media (min-width:540px){.sidebar-primary .team_row .team_card__img{flex-basis:35%}}