.career-timeline-container{flex-direction:column;gap:50px;display:flex}.timeline-item{flex-direction:row;align-items:flex-start;gap:20px;display:flex}.timeline-date{color:var(--adkh-primary-color);font-family:modam;font-size:16px;font-weight:700}.timeline-company{color:#494949;font-size:16px;font-weight:500}.timeline-side.timeline-right{flex-direction:column;align-items:flex-end;gap:15px;width:200px;display:flex}.timeline-title{color:#494949;font-family:modam;font-size:18px;font-weight:700}.timeline-desc{text-align:justify;font-size:16px;font-weight:400;line-height:30px}.timeline-item.active .timeline-dot{background:var(--adkh-secondary-color)}.timeline-side.timeline-left{flex-direction:column;align-content:flex-start;align-items:flex-start;gap:10px;width:300px;display:flex;position:relative}.timeline-side.timeline-left:before{content:"";background:#a4834e;width:1px;height:calc(100% + 50px);position:absolute;left:auto;right:-26px}.timeline-item:last-child .timeline-side.timeline-left:before{height:100%!important}.timeline-dot{background:var(--adkh-primary-color);border-radius:15px;width:10px;height:10px}@media screen and (width<=768px){.timeline-dot{border-radius:10px;width:18px}}