*{margin:0;padding:0;box-sizing:border-box;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif}.about-container{max-width:1200px;margin:0 auto;padding:40px 20px}.about-header{text-align:center;margin-bottom:50px}.about-header h1{font-size:2.5rem;color:#2c3e50;margin-bottom:15px;position:relative;display:inline-block}.about-header h1::after{content:'';position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:4px;background-color:#3498db;border-radius:2px}.about-header p{font-size:1.1rem;color:#7f8c8d;max-width:800px;margin:20px auto 0}.about-content{display:flex;flex-wrap:wrap;gap:40px;margin-bottom:60px}.about-text{flex:1;min-width:300px}.about-text h2{font-size:1.8rem;color:#2c3e50;margin-bottom:20px}.about-text p{margin-bottom:20px;font-size:1.05rem}.about-image{flex:1;min-width:300px;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1)}.about-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.about-image:hover img{transform:scale(1.03)}.services-section{margin:60px 0}.services-section h2{text-align:center;font-size:2rem;color:#2c3e50;margin-bottom:40px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.service-card{background:#fff;padding:30px;border-radius:10px;box-shadow:0 5px 15px rgba(0,0,0,.05);text-align:center;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px rgba(0,0,0,.1)}.service-icon{font-size:2.5rem;color:#3498db;margin-bottom:20px}.service-card h3{font-size:1.3rem;margin-bottom:15px;color:#2c3e50}.mission-section{background-color:#e8f4fc;padding:60px;border-radius:10px;margin:40px 0;text-align:center}.mission-section h2{color:#2c3e50;margin-bottom:30px}.mission-content{max-width:800px;margin:0 auto;font-size:1.1rem;line-height:1.8}@media (max-width:768px){.about-header h1{font-size:2rem}.about-content{flex-direction:column}.about-text,.about-image{min-width:100%}.stats-grid,.services-grid{grid-template-columns:1fr}.mission-section{padding:30px 20px}}