.ls-comptables{background:#fff;padding:96px 0}.ls-comptables__grid{display:grid;gap:32px;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:960px}.ls-comptables__card{text-align:center}.ls-comptables__photo{border:4px solid #fff;border-radius:50%;box-shadow:var(--shadow-md);height:180px;margin:0 auto 16px;overflow:hidden;width:180px}.ls-comptables__photo img{height:100%;object-fit:cover;width:100%}.ls-comptables__prenom{color:var(--primary-950);font-family:var(--font-heading);font-size:1.125rem;font-weight:700}.ls-comptables__poste{color:var(--gray-500);font-size:.875rem;margin-top:4px}.ls-comptables__extra{color:var(--gray-500);font-size:1rem;font-style:italic;margin-top:32px;text-align:center}@media (max-width:768px){.ls-comptables__grid{gap:32px;grid-template-columns:repeat(2,1fr)}.ls-comptables__photo{height:120px;width:120px}}@media (max-width:480px){.ls-comptables__grid{gap:24px;grid-template-columns:repeat(2,1fr)}.ls-comptables__photo{height:100px;width:100px}}