.esp{background:#fff;font-family:Inter,system-ui,sans-serif;padding:0 40px 90px}.esp__heading{color:#1e2120;font-family:Inter Tight,sans-serif;font-size:var(--fs-h2,36px);font-weight:600;margin:0 auto 32px;max-width:1240px;text-align:center}.esp__grid{display:grid;gap:56px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1240px}.esp__card{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center}.esp__photo{border-radius:50%;flex:none;height:132px;object-fit:cover;width:132px}.esp__photo--placeholder{background:#eafff9;border:1px dashed #9ba3a2}.esp__name{color:#1e2120;font-size:17px;font-weight:600}.esp__role{font-size:15px;margin-bottom:8px}.esp__blurb,.esp__role{color:#1e2120;font-weight:300}.esp__blurb{font-size:16px;line-height:1.5}@media (max-width:900px){.esp__grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.esp__grid{grid-template-columns:1fr}}