.timeline {
    position: relative;
    margin: 50px 0;
    padding-left: 40px;
    border-left: 3px solid #198754;
}

.timeline-item {
    position: relative;
    margin-bottom: 30px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #198754;
    border-radius: 50%;
    border: 3px solid white;
}

.timeline-item h5 {
    margin-bottom: 5px;
}

.timeline-item p {
    margin-bottom: 0;
}
