.timeline {
position: relative;
padding-left: 2.5rem;
}
.timeline::before {
content: '';
position: absolute;
left: 0;
top: 0;
bottom: 0;
width: 1px;
background: #D9C9B5;
}
.timeline-item {
position: relative;
padding-bottom: 2.5rem;
}
.timeline-item:last-child {
padding-bottom: 0;
}
.timeline-item::before {
content: '';
position: absolute;
left: -2.5rem;
top: 0.3rem;
width: 10px;
height: 10px;
border-radius: 50%;
background: #8B3A2A;
border: 2px solid #F4EEE6;
margin-left: -5px;
}
.timeline-item h4 {
font-size: 1.2rem;
color: #2C2420;
margin-bottom: 0.4rem;
}
.timeline-item p {
font-size: 0.88rem;
line-height: 1.7;
color: #4A3E38;
}