/** Center timeline items */
.timeline>li .timeline-image {
    display: flex;
    justify-content: center;
    align-items: center;
}