*{padding:0;box-sizing:border-box;margin:0}body,html{height:100%;background-color:#fff;font-family:Arial,sans-serif}.container{justify-content:space-between;flex-direction:row;align-items:flex-start;display:flex}.left-image{flex:1 1 40%;height:auto;min-height:100vh;background-size:contain;background-color:#fff;background-position:top;background-image:url(https://hyperquest.quest/timeline3/sol.jpg);background-repeat:no-repeat}.left-image img{height:100%;object-fit:cover;width:100%;display:block}.right-content{flex:1 1 60%;padding:2rem;background-color:#fff}@media (max-width:768px){.container{height:auto;flex-direction:column}.left-image,.right-content{flex:1 1 100%;height:auto}.left-image img{height:auto}}.timeline-item{animation:slideUp .6s ease forwards;transform:translateY(20px);padding:.1rem;margin-bottom:.25rem;opacity:0;background-color:#fff;align-items:flex-start;display:flex}.bullet{flex-shrink:0;font-size:1.5rem;font-weight:700;margin-right:1rem;color:#12b1eb}.timeline-text h3{font-size:1.2rem;font-weight:700;margin-bottom:.3rem;color:#036}.timeline-text p{font-size:1rem;color:#333;line-height:1.5}@keyframes slideUp{to{transform:translateY(0);opacity:1}}.timeline-item:first-child{animation-delay:.2s}.timeline-item:nth-child(2){animation-delay:.4s}.timeline-item:nth-child(3){animation-delay:.6s}.timeline-item:nth-child(4){animation-delay:.8s}.timeline-item:nth-child(5){animation-delay:1s}.timeline-item:nth-child(6){animation-delay:1.2s}.timeline-item:nth-child(7){animation-delay:1.4s}.timeline-item:nth-child(8){animation-delay:1.6s}.timeline-item:nth-child(9){animation-delay:1.8s}.timeline-item:nth-child(10){animation-delay:2s}.timeline-item:nth-child(11){animation-delay:2.2s}.timeline-item:nth-child(12){animation-delay:2.4s}.timeline-item:nth-child(13){animation-delay:2.6s}.timeline-item:nth-child(14){animation-delay:2.8s}