.process_events {
    max-width: 618px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.process_details {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    border: 1px solid #e9e4e4;
    align-items: center;
    padding: 12px 24px;
    margin-top: 32px;
    position: relative;
    background: #fff;
    max-width: 750px;
}

.timeline {
    position: absolute;
    left: 37px;
    top: 6px;
    right: 35px;
    background: #e9e4e4;
    height: 2px;
    z-index: -1;
}

.timeline .timeline_bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 2px;
    width: 100%;
    background: #4cae50;
}

.event {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.event .event_dot {
    width: 15px;
    height: 15px;
    background: #4cae50;
    border-radius: 50%;
}

.event p {
    margin-bottom: 0;
    margin-top: 2px;
    font-size: 15px;
}

.process_details {
    justify-content: center;
}
