h1{text-align:center;margin-bottom:2rem}.about-founder-grid{display:grid;grid-template-columns:250px 1fr;grid-gap:2.5rem;gap:2.5rem;align-items:start;margin-bottom:3rem}.about-founder-photo{position:relative;width:100%;height:100%;max-height:250px;max-width:250px;border-radius:12px;overflow:hidden;box-shadow:0 8px 20px rgba(30,58,95,.12);background:#f0f0f0}.about-founder-text{padding-top:0}.about-founder-text h2{font-size:clamp(1.5rem,3.5vw,2rem);margin-bottom:1rem;color:var(--navy);text-align:left}.about-founder-text p{color:var(--text-gray);line-height:1.7;margin-bottom:1rem}@media (max-width:768px){.about-founder-grid{grid-template-columns:1fr;text-align:center;gap:2rem}.about-founder-photo{margin:0 auto;height:200px;max-width:200px}.about-founder-text{padding-top:0}.about-founder-text h2,.about-founder-text p{text-align:center}}