.timeline5-element .sec-title {
    font-size: 16px;
    font-weight: 400;
    color: #7e7e7e;
    margin: 0;
    padding: 12px 0;
}

.timeline5-element .item-title {
    font-size: 19px;
    font-weight: 600;
    margin: 0;
}

.timeline5-element .timeline-head {
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px solid #383838;
    margin-top: 5px;
    margin-bottom: 20px;
    position: relative;
}

.timeline5-element .timeline-head::after {
    content: "";
    display: block;
    position: absolute;
    border-top: 10px solid #000;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid transparent;
    top: -3px;
    inset-inline-start: 0;
}

.timeline5-element .timeline-head.has-number::after {
    content: none;
}

.timeline5-element .timeline-number {
    position: absolute;
    z-index: 1;
    top: 50%;
    inset-inline-start: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #555;
    border: 1px solid #555;
    border-radius: 50%;
    line-height: 1;
    transform: translateY(-50%);
    box-sizing: border-box;
}

.timeline5-element .item-description {
    margin-top: 10px;
    color: #7e7e7e;
}

.timeline5-element .item-description > :first-child {
    margin-top: 0;
}

.timeline5-element .item-description > :last-child {
    margin-bottom: 0;
}
