@import url("https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap");

.timeline-container {

    width: 100%;
    height: fit-content;
    overflow-x: scroll;
    overflow-y: hidden;
    background-color: #fff;
    /* box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1); */
    border-radius: 6px;
    padding-bottom: 30px;
    /* padding: 10px; */
}

.timeline {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-wrap: nowrap;
    padding: 0px !important;
}

.timeline .timeline-item {
    /* display: inline-block; */
    width: 220px !important;
    /* height: 158px; */
    /* display: flex;
    justify-content: start;
    flex-direction: column;
    align-items: start; */
    padding: 10px;
    position: relative;
    text-align: left !important;
}

.timeline .timeline-item p {
    font-size: 18px;
    white-space: initial;
}

.timeline .timeline-item .end-date {
    position: absolute;
    font-size: 12px;
    right: 30px;
    top: -35px;
    font-family: "poppins" !important;
    font-weight: 600;
    font-style: normal;
    color: #000 !important;
}

.timeline .timeline-item img {
    width: 55.56px;
    height: 50px;
    position: absolute;
    top: -65px;
}