.slf-timeline {
    &:after {
        content: "";
        display: flex;
        position: absolute;
        left: 0;
        top: 102.4px;
        width: 100%;
        background: var(--e-global-color-primary);
        height: 1px;

        @media(max-width: 1024px) {
            top: 98.4px;
        }
    }

    .e-n-carousel {
        padding: 0 !important;

        .swiper-wrapper {
            transition-timing-function: linear !important;

            .elementor-divider {
                padding: 0 !important;
                display: flex;
                flex-direction: column;
                gap: 0;
                align-items: center;
                justify-content: end;

                &:after {
                    content: "";
                    display: flex;
                    width: 5px;
                    height: 5px;
                    border-radius: 50%;
                    background: var(--e-global-color-primary);

                }

            }
        }

    }
}