.timeline-container{position:relative}.timeline-container::before{content:'';position:absolute;top:0;bottom:0;left:50%;width:2px;background:#cccccc;transform:translateX(-50%);animation:growLine 4s ease-in-out forwards;transform-origin:top;height:0;z-index:1}@keyframes growLine{0%{height:0}50%{height:50%}100%{height:100%}}@media (max-width:768px){.timeline-container::before{height:70%;background:#cccccc;animation:growLineMobile 5s ease-in-out forwards}@keyframes growLineMobile{0%{height:0}50%{height:35%}100%{height:70%}}.timeline-container div{text-align:center!important;margin-left:auto!important;margin-right:auto!important;padding-top:40px;padding-bottom:40px;max-width:90%}.timeline-container h3{font-size:22px;margin-bottom:10px}.timeline-container p{font-size:16px;line-height:1.5}}