.animated_timeline .timeline-row{align-content:center;display:flex;flex-wrap:wrap;width:100%}.animated_timeline .timeline-row:nth-child(odd){flex-direction:row;justify-content:left}.animated_timeline .timeline-row:nth-child(2n){flex-direction:row-reverse;justify-content:right}.animated_timeline .event{box-shadow:0 0 8px rgba(0,0,0,.1);margin:10px 0;overflow:hidden;padding:0;width:47%}.animated_timeline .event-content{padding:15px}.animated_timeline .event .image{display:block;object-fit:cover;width:100%}.animated_timeline .event p{margin:0}.animated_timeline .event a.link{display:block;margin-top:10px}.animated_timeline .line-space{align-items:center;display:flex;justify-content:center;position:relative;width:6%}.animated_timeline .center-line{height:100%;left:0;position:absolute;top:0;width:50%}.animated_timeline .marker{border-radius:50%;height:13px;width:13px;z-index:1}@media (max-width:576px){.animated_timeline .event{width:85%}.animated_timeline .timeline-row:nth-child(2n),.animated_timeline .timeline-row:nth-child(odd){flex-direction:row-reverse;justify-content:left}.animated_timeline .line-space{width:10%}}