.founder-grid{display:grid;grid-template-columns:300px 1fr;grid-gap:3rem;gap:3rem;align-items:center}.founder-photo{position:relative;width:300px;height:300px;border-radius:12px;overflow:hidden;box-shadow:0 10px 30px rgba(30,58,95,.15);background:#f0f0f0}.founder-text{padding-left:1rem}.founder-text h2{font-size:clamp(1.8rem,4vw,2.5rem);color:var(--navy)}.founder-text h2,.founder-text p{margin-bottom:1rem;text-align:left}.founder-text p{color:var(--text-gray);line-height:1.7}@media (max-width:768px){.founder-grid{grid-template-columns:1fr;gap:2rem}.founder-photo{display:flex;justify-content:center;margin:0 auto}.founder-photo,Image{width:250px;height:250px}.founder-text{padding-left:0}.founder-text h2,.founder-text p{text-align:center}}