.slick-list{
    padding-top: 14px;
}
.nw-timeline-carousel{
    position: relative;
    margin-top: 32px;
}
.nw-timeline-line {
    height: 1px;
    background: #e6cfa8;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
}

.nw-timeline-slide{
    position: relative;
    text-align: center;
}
.nw-timeline-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 3px solid #e6cfa8;
    background: #dca648;
    position: absolute;
    top: -6px;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.nw-timeline-badge {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 22px;
    background: #f4e0c8;
    color: #c18a3f;
    font-weight: 700;
    max-width: 100%;
    text-align: center;
    margin-bottom: 16px;
}
.nw-timeline-carousel .nw-timeline-desc {
    color: #4a4a4a;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 360px;
}
.nw-timeline-carousel .swiper-scrollbar {
    background: rgba(0,0,0,0.08);
    height: 6px;
    border-radius: 3px;
}
.nw-timeline-carousel .swiper-scrollbar-drag {
    background: rgba(0,0,0,0.25);
    border-radius: 3px;
}
.nw-timeline-carousel-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.nw-timeline-slide{
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 32px 16px;
    text-align: center;
}
@media (max-width: 768px){
    .nw-timeline-carousel-container{
        flex-direction: column;
        padding-left: 32px;
    }
    .nw-timeline-slide{
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left;
    }
    .nw-timeline-line {
        height: 100%;
        background: #e6cfa8;
        position: absolute;
        top: 0;
        left: 0%;
        width: 1px;
        transform: none;
    }
    .nw-timeline-dot{
        position: absolute;
        top: 40px;
        left: -32px;
    }
}