.timeline{position:relative;margin:0;padding:0}.timeline__event{position:relative;margin-bottom:30px;display:flex;align-items:flex-start;gap:20px}.timeline__event__icon{width:60px;height:60px;border-radius:50%;background-color:#a8c814;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:2}.timeline__event__icon i{font-size:24px;color:#fff}.timeline__event__content{flex:1;background-color:#f8f9fa;border-radius:8px;padding:20px;border-left:4px solid #a8c814;margin-top:8px}.timeline__event__title h3{margin:0 0 8px;color:#333;font-weight:600}.timeline__event__description p{margin:0;color:#333;line-height:1.6;font-size:14px}.animated{animation-duration:1s;animation-fill-mode:both}.fadeInUp{animation-name:fadeInUp}.delay-1s{animation-delay:.1s}.delay-3s{animation-delay:.3s}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,40px,0)}to{opacity:1;transform:translateZ(0)}}.timeline:before{left:30px;width:2px;background-color:#e9ecef}.timeline:before,.timeline__event:last-child:after{content:"";position:absolute;top:60px;bottom:0;z-index:1}.timeline__event:last-child:after{left:29px;width:4px;background-color:#fff}