.timeline-afbb1d96-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.timeline-afbb1d96-item {
    display: flex;
    align-items: flex-start;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    gap: 30px;
}

.timeline-afbb1d96-item:last-child {
    border-bottom: none !important;
}

.timeline-afbb1d96-time {
    flex: 0 0 130px;
    font-weight: 700;
    color: #649033; /* default green */
}

.timeline-afbb1d96-content {
    flex: 1;
    color: #4a4a4a;
}

/* Responsive */
@media (max-width: 767px) {
    .timeline-afbb1d96-item {
        flex-direction: column;
        gap: 8px;
    }
    .timeline-afbb1d96-time {
        flex: none;
        width: 100%;
    }
}
