.about-section{padding:6rem 1.5rem;background-color:white}.about-content{display:flex;align-items:center;gap:4rem;max-width:1200px;margin:0 auto}.about-text{flex:1;opacity:0;transform:translateX(-30px);transition:all .8s ease}.about-section.animate .about-text{opacity:1;transform:translateX(0)}.about-description{color:#555;line-height:1.8;margin-bottom:1.5rem}.key-points{margin-top:2rem}.key-point{display:flex;align-items:center;margin-bottom:1rem}.check-icon{color:#0070f3;margin-right:1rem;flex-shrink:0}.about-image{flex:1;opacity:0;transform:translateX(30px);transition:all .8s ease .2s}.about-section.animate .about-image{opacity:1;transform:translateX(0)}.team-image{width:100%;height:70vh;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.1)}@media (max-width:992px){.about-content{flex-direction:column;gap:3rem}.about-image,.about-text{width:100%;height:auto}}@media (max-width:768px){.about-section{padding:4rem 1.5rem}.team-image{height:auto;width:100%}}