.timeline{margin-top:128px;}.timeline .timeline-list{display:flex;flex-direction:column;gap:64px;padding-block:64px;position:relative;}.timeline .timeline-list::after{display:block;position:absolute;content:"";height:100%;width:5px;left:232px;top:32px;bottom:32px;background-color:rgba(78,87,106,0.6);box-shadow:0 4px 8px 0 rgba(0,0,0,0.12);border-radius:100vw;}.timeline .timeline-list .row{display:flex;align-items:center;gap:64px;}.timeline .timeline-list .row img{max-width:200px;max-height:200px;width:100%;object-fit:contain;}.timeline .main-content{display:grid;grid-template-columns:max-content 1fr;gap:64px;}.timeline .images{display:grid;grid-template-rows:1fr 1fr;}.timeline .images img{width:100%;height:500px;object-fit:cover;border-radius:24px;box-shadow:0 0 0 2px rgba(191,198,212,0.6),0 4px 8px 0 rgba(0,0,0,0.25);}@media screen and (max-width:1000px){.timeline .timeline-list::after{left:182px;}.timeline .timeline-list .row img{max-width:150px;max-height:150px;}.timeline .main-content{display:flex;align-items:center;justify-content:center;}.timeline .images{display:none;}}@media screen and (max-width:500px){.timeline .timeline-list::after{left:96px;}.timeline .timeline-list .row img{max-width:64px;max-height:64px;flex:0 0 auto;}}