.about-page-container{min-height:100vh;background-color:var(--ethio-gray-50)}.about-layout{display:flex;min-height:100vh}.about-content{flex:1;width:100%;padding:2rem}.about-page{max-width:800px;margin:0 auto}.about-page h1,.about-page h2,.about-page h3,.about-page h4,.about-page h5,.about-page h6{color:var(--ethio-gray-900);margin-bottom:1rem}.about-page h1{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem}.about-page h2{font-size:2rem;font-weight:600;margin-top:2.5rem;margin-bottom:1rem}.about-page h3{font-size:1.5rem;font-weight:600;margin-top:2rem;margin-bottom:.75rem}.about-page p{line-height:1.6;margin-bottom:1rem;color:var(--ethio-gray-700)}.about-page ol,.about-page ul{margin:1rem 0;padding-left:1.5rem}.about-page ol li,.about-page ul li{margin-bottom:.5rem;line-height:1.6}.about-page blockquote{border-left:4px solid var(--primary);padding-left:1rem;margin:1.5rem 0;color:var(--ethio-gray-600);font-style:italic}.about-page .feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin:2rem 0}.about-page .feature-grid .feature-card{background:#fff;padding:1.5rem;border-radius:8px;border:1px solid var(--ethio-gray-200);box-shadow:0 2px 4px rgba(0,0,0,.1)}.about-page .feature-grid .feature-card h4{color:var(--primary);margin-bottom:.5rem}.about-page .feature-grid .feature-card p{margin:0;color:var(--ethio-gray-600)}.about-page .team-section{margin:3rem 0}.about-page .team-section .team-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;margin-top:1.5rem}.about-page .team-section .team-grid .team-member{text-align:center}.about-page .team-section .team-grid .team-member .avatar{width:80px;height:80px;border-radius:50%;margin:0 auto 1rem;background:var(--ethio-gray-200);display:flex;align-items:center;justify-content:center;font-size:2rem}.about-page .team-section .team-grid .team-member h4{margin:0 0 .25rem}.about-page .team-section .team-grid .team-member .role{color:var(--ethio-gray-500);font-size:.875rem}@media(max-width:768px){.about-layout{flex-direction:column}.about-content{padding:1rem}.about-page h1{font-size:2rem}.about-page h2{font-size:1.75rem}.about-page h3{font-size:1.25rem}.about-page .feature-grid{grid-template-columns:1fr}.about-page .team-section .team-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}}