.timeline-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}


.timeline-date {
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    background-image: linear-gradient(to right, #287286 1%, #02D590 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.timeline-image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.timeline-image img {
    max-width: 78px;
    max-height: 78px;
}

.timeline-title h4 {
    margin: 0 0 5px;
}

.timeline-text {
    color: #000;
    font-weight: 500;
    text-align: center;
}