/*.milestone-section {
    background: #ffffff;
}*/

.timeline-wrapper {
    position: relative;
    overflow-x: auto;
    padding-bottom: 30px;
}

.timeline-line {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #0d2b45;
    z-index: 1;
}

.timeline-items {
    position: relative;
    z-index: 2;
}

.timeline-item {
    min-width: 160px;
    padding: 0 15px;
}

/* IMAGE BORDER STYLE */
.timeline-image-border {
    width: 90px;
    height: 90px;
    border: 3px solid #1f5f8b;
    border-radius: 50%;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.timeline-image-border img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.timeline-dot {
    width: 16px;
    height: 16px;
    background-color: #d28a07;
    border: 3px solid #0d2b45;
    border-radius: 50%;
    margin: 15px auto 0;
}

.timeline-text {
    font-size: 13px;
    color: #555;
    max-width: 240px;
    margin: auto;
}
