.about-container{margin-top:100px;max-width:1200px;margin-left:auto;margin-right:auto;padding:2rem}.about-header{text-align:center;margin-bottom:3rem}.about-header h1{font-size:2.5rem;color:#333;margin-bottom:1rem}.about-header p{font-size:1.2rem;color:#666}.about-section{margin-bottom:4rem}.about-content{display:flex;flex-wrap:wrap;gap:2rem;align-items:center}.about-image{flex:1;min-width:300px}.about-image img{width:100%;height:auto;border-radius:8px}.about-text{flex:1;min-width:300px}.about-text h2{font-size:2rem;color:#333;margin-bottom:1.5rem}.about-text p{font-size:1.1rem;line-height:1.6;color:#666;margin-bottom:1rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-item{text-align:center;padding:2rem;background-color:#f9f9f9;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.value-item:hover{transform:translateY(-5px);box-shadow:0 10px 20px rgba(0,0,0,0.1)}.value-icon{font-size:3rem;margin-bottom:1rem}.value-title{font-size:1.5rem;color:#333;margin-bottom:.5rem}.value-description{font-size:1rem;color:#666}@media(max-width:992px){.about-container{padding:1.5rem}.about-header h1{font-size:2.2rem}.about-text h2{font-size:1.8rem}}@media(max-width:768px){.about-container{margin-top:80px;padding:1.5rem}.about-header{margin-bottom:2rem}.about-header h1{font-size:2rem}.about-header p{font-size:1rem}.about-content{flex-direction:column;gap:1.5rem}.about-image,.about-text{min-width:100%}.about-text h2{font-size:1.6rem;text-align:center}.about-text p{font-size:1rem}.values-grid{gap:1.5rem}}@media(max-width:480px){.about-container{padding:1rem}.about-header h1{font-size:1.8rem}.about-section{margin-bottom:3rem}.value-item{padding:1.5rem}.value-icon{font-size:2.5rem}.value-title{font-size:1.3rem}.value-description{font-size:.95rem}}