.timeline-line {
    position: absolute;
    width: 4px;
    height: 100%;
    left: 50%;
    transform: translateX(-2px);
    background-color: var(--accent-color);
}

.timeline-text-box {
    position: relative;
    width: 50%;
    padding: 2rem;
}

.timeline-text-box-left { left: 0; }
.timeline-text-box-right { left: 50%; }

.timeline-dot {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: var(--accent-color);
    top: 13%;
}

.timeline-text-box-left > .timeline-dot { right: -8px; }
.timeline-text-box-right > .timeline-dot { left: -8px; }