.mission_container{text-align:center;padding:2rem;background:linear-gradient(180deg,#bcd9f7,#fff);font-family:Arial,sans-serif}.header h2{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.header p{font-size:1.2rem;color:#6c757d}.cards{display:flex;justify-content:center;gap:2rem;margin-top:3rem;flex-wrap:wrap}.card{position:relative;max-width:300px;background:#fff;text-align:center;padding:3.5rem 1.5rem 1.5rem;box-shadow:0 10px 20px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.card:after{content:"";bottom:-25px;width:0;height:0;border-left:150px solid transparent;border-right:150px solid transparent;border-top:25px solid #fff;z-index:0}.card:after,.icon-container{position:absolute;left:50%;transform:translateX(-50%)}.icon-container{top:-35px;width:70px;height:70px;background:#fff;border-radius:50%;box-shadow:0 4px 10px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;font-size:2rem}.card h3{font-size:1.8rem;font-weight:700;margin:1rem 0 .5rem;color:inherit}.card p{font-size:1rem;color:#555;margin:.5rem 0 0;line-height:1.5}.card-orange{border-top:5px solid orange;background:#ffe8cc;color:orange}.card-orange:after{border-top-color:orange}.card-blue{border-top:5px solid blue;background:#cce0ff;color:blue}.card-blue:after{border-top-color:blue}.card-purple{border-top:5px solid purple;background:#ebccff;color:purple}.card-purple:after{border-top-color:purple}.card:hover{transform:translateY(-10px);box-shadow:0 15px 30px hsla(0,35%,87%,.2)}.our-story-title{text-align:center;font-size:2.5rem;font-weight:700;margin-bottom:4rem;color:#333}.timeline{position:relative;margin-top:2rem}.timeline-item:before{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;border-radius:50%;background-color:#0057b8;transform:translate(-50%,-50%);z-index:1}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:50%;width:4px;border-left:2px dotted #0057b8;transform:translateX(-50%);z-index:-1}.timeline-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:4rem;position:relative}.timeline-item.align-left{flex-direction:row}.timeline-item.align-right{flex-direction:row-reverse}.timeline-content,.timeline-image{flex:1;padding:0 1rem}.timeline-content{text-align:left}.timeline-item-title{font-size:1.8rem;font-weight:700;margin-bottom:1rem;color:#0057b8}.timeline-description{font-size:1rem;line-height:1.6;color:#555}@media (max-width:768px){.timeline:before{left:20px;transform:none}.timeline-item{flex-direction:column;align-items:center;text-align:center;padding-left:40px;padding-right:40px}.timeline-image{margin-bottom:1rem}.timeline-content{padding:0;text-align:center}.timeline-item.align-left,.timeline-item.align-right{flex-direction:column}.timeline-item:before{top:50%;left:-25px;margin:0 20px;transform:translateY(-50%)}.timeline-description{font-size:.8rem}}