﻿.ship-timeline {
    background: linear-gradient(to bottom, #c9d3c2, #8ea38b, #c9d3c2) left center / 3px 100% no-repeat;
    padding-left: 1.5rem;

}

    .ship-timeline::before {
        pointer-events: none;
        content: "";
        position: absolute;
        left: 0;
        top: 0.25rem;
        bottom: 0.25rem;
        width: 3px;
        background: linear-gradient( to bottom, #c9d3c2, #8ea38b, #c9d3c2 );
        border-radius: 2px;
    }

    .ship-timeline p {
        margin: 0.35rem 0;
        line-height: 1.5;
    }
hr {
    height: 2px;
    background-color: #c9d3c2;
    border: none;
}
.ship-timeline a {
    display: inline-block;
}
