.about-hero{background:linear-gradient(135deg,var(--primary-color) 0%,var(--secondary-color) 100%);padding:5rem 0;color:white;text-align:center}.about-hero h1{font-size:3rem;margin-bottom:1rem}.about-content{padding:5rem 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:5rem}.about-image{height:400px;background:linear-gradient(135deg,#2c5282 0%,#c29d5c 100%);border-radius:8px;box-shadow:var(--shadow-lg)}.about-text h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:1.5rem}.about-text p{font-size:1.1rem;line-height:1.8;margin-bottom:1.5rem;color:var(--gray-color)}.values-section{background-color:var(--light-color);padding:5rem 0}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem}.value-card{background-color:white;padding:2.5rem;border-radius:8px;box-shadow:var(--shadow);border-left:4px solid var(--accent-color);transition:all 0.3s ease}.value-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.value-card h3{font-size:1.5rem;color:var(--primary-color);margin-bottom:1rem}.value-card p{color:var(--gray-color);line-height:1.6}.timeline-section{padding:5rem 0}.timeline{position:relative;max-width:800px;margin:3rem auto}.timeline::before{content:'';position:absolute;left:50%;transform:translateX(-50%);width:3px;height:100%;background-color:var(--accent-color)}.timeline-item{display:flex;margin-bottom:3rem;position:relative}.timeline-item:nth-child(odd){flex-direction:row}.timeline-item:nth-child(even){flex-direction:row-reverse}.timeline-content{width:45%;padding:1.5rem;background-color:white;border-radius:8px;box-shadow:var(--shadow);border:2px solid var(--border-color)}.timeline-year{font-size:1.8rem;font-weight:700;color:var(--accent-color);margin-bottom:0.5rem}.timeline-content h4{font-size:1.3rem;color:var(--primary-color);margin-bottom:0.5rem}.timeline-content p{color:var(--gray-color)}.timeline-dot{position:absolute;left:50%;transform:translateX(-50%);width:20px;height:20px;background-color:var(--accent-color);border-radius:50%;border:4px solid white;box-shadow:0 0 0 4px var(--accent-color)}.team-section{background-color:var(--light-color);padding:5rem 0}.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-top:3rem}.team-member{text-align:center;background-color:white;padding:2rem;border-radius:8px;box-shadow:var(--shadow);transition:all 0.3s ease}.team-member:hover{transform:translateY(-5px);box-shadow:var(--shadow-lg)}.team-photo{width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,var(--primary-color),var(--accent-color));margin:0 auto 1.5rem;border:4px solid var(--accent-color)}.team-member h4{font-size:1.2rem;color:var(--primary-color);margin-bottom:0.5rem}.team-member p{color:var(--gray-color);font-size:0.95rem}@media (max-width:968px){.about-grid{grid-template-columns:1fr}.values-grid{grid-template-columns:1fr}.timeline::before{left:20px}.timeline-item{flex-direction:row !important}.timeline-content{width:calc(100% - 60px);margin-left:60px}.timeline-dot{left:20px}.team-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.about-hero h1{font-size:2rem}.team-grid{grid-template-columns:1fr}}