.tap-site .about-founders{grid-template-columns:1fr;gap:20px;max-width:880px;margin-top:40px;display:grid}@media (min-width:720px){.tap-site .about-founders{grid-template-columns:1fr 1fr}}.tap-site .about-founder{background:var(--bg);border:1px solid var(--hairline);border-radius:var(--r-lg);flex-direction:column;gap:18px;padding:24px;transition:border-color .2s,transform .2s;display:flex}.tap-site .about-founder:hover{border-color:var(--hairline-2);transform:translateY(-2px)}html.dark .tap-site .about-founder{background:var(--surface-2)}.tap-site .about-founder-photo{-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;border:1px solid var(--hairline-2);border-radius:20%;width:132px;height:132px}.tap-site .about-founder-role{letter-spacing:.08em;text-transform:uppercase;color:var(--brand);margin:6px 0 0;font-family:Geist Mono,monospace;font-size:.75rem}
