:root{--coworkers-columns:1;--coworkers-gap:4rem}.coworkers-wrapper{display:grid;grid-template-columns:repeat(1,1fr);grid-template-columns:repeat(var(--coworkers-columns),1fr);flex-wrap:wrap;justify-content:center;align-items:flex-start;grid-gap:4rem;gap:4rem;grid-gap:var(--coworkers-gap);gap:var(--coworkers-gap)}.coworkers-title{margin-bottom:5rem}.coworker{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;grid-gap:2rem;gap:2rem}@media (min-width:1024px){.coworker{width:auto;justify-content:center}}.coworker-image{max-width:5rem;overflow:hidden;border-radius:999px}@media (min-width:768px){.coworker-image{max-width:12rem}}.coworker-image img{aspect-ratio:1}.coworker-email,.coworker-phone,.coworker-title{margin-bottom:0!important}.coworker-job-title{margin-bottom:1rem!important}