.timeline_item{grid-gap:5px 80px;display:grid;grid-template-columns:190px auto}.timeline_content h4{font-size:18px;font-weight:700;margin-top:15px}.timeline_item+.timeline_item{margin-top:45px}.timeline_image{height:165px;max-width:100%;width:190px}.timeline_content,.timeline_image{position:relative}.timeline_content:after{background:#345a8e;content:"";height:calc(100% + 65px);left:-40px;position:absolute;top:0;width:1px;z-index:2}.timeline_item:last-child .timeline_content:after{height:100%}.timeline_content:before{background:#345a8e;border-radius:50%;content:"";height:16px;left:-40px;position:absolute;top:15px;transform:translateX(-50%);width:16px;z-index:2}.timeline_item:first-child .timeline_content:after{top:15px}.timeline_image img{border-radius:10px;height:100%;object-fit:cover;object-position:center;width:100%}@media (max-width:767px){.timeline_item{grid-template-columns:100%}.timeline_item+.timeline_item{margin-top:25px}.timeline_image{width:100%}}