.seoc-timeline-top, .seoc-timeline-bottom {
    display: flex;
    flex-wrap: wrap;
}
.seoc-timeline-top {
    padding-bottom: 30px;
}
.seoc-timeline-bottom {
    padding-top: 30px;
}
.seoc-timeline-top div, .seoc-timeline-bottom div {
    width: 33%;
}
.seoc-timeline-top div:last-child, .seoc-timeline-bottom div:first-child {
    margin-left: 17%;
}
.seoc-timeline-bottom div:last-child {
    margin-left: auto;
}
.seoc-timeline svg {
    width: 30px;
}
.seoc-timeline h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.seoc-timeline h4 span {
    color: #97bf0d;
}
.seoc-timeline h4 span::before {
    content: '| ';
}
.seoc-timeline p {
    margin: 0;
}
.seoc-timeline-sep {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.seoc-timeline-sep::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    background-color: #97bf0d;
    transform: translateY(-50%);
}
.seoc-timeline-sep span {
    width: 2px;
    height: 13px;
    background-color: #97bf0d;
}
.seoc-timeline-sep span:first-child, .seoc-timeline-sep span:last-child, .seoc-timeline-sep span:nth-child(14), .seoc-timeline-sep span:nth-child(40), .seoc-timeline-sep span:nth-child(53) {
    height: 42px;
}
@media (max-width: 768px) {
    .seoc-timeline-top {
        padding: 0;
    }
    .seoc-timeline-bottom {
        padding-top: 20px;
    }
    .seoc-timeline-top div, .seoc-timeline-bottom div {
        width: 100%;
        margin: 0 0 20px !important;
        visibility: hidden;
    }
    .seoc-timeline-top div.visible, .seoc-timeline-bottom div.visible {
        visibility: visible;
    }
}
@media (max-width: 500px) {
    .seoc-timeline {
        font-size: 14px;
    }
    .seoc-timeline h4 {
        font-size: 16px;
    }
    .seoc-timeline-sep span:nth-child(3n) {
        display: none;
    }
}