.cf-elementor-widget.cf-partners .cf-partners-swiper {
    overflow: hidden;
}

.cf-elementor-widget.cf-partners .cf-partners-swiper .swiper-wrapper .swiper-slide {
    position: relative;
}

.cf-elementor-widget.cf-partners .cf-partners-swiper .swiper-wrapper .swiper-slide:not(:last-child):after {
    content: '';
    position: absolute;
    left: calc(100% + 20px / 2);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 35px;
    border-left: 1px dashed #19181933;
}

.cf-elementor-widget.cf-partners .cf-partners-swiper .swiper-wrapper .swiper-slide .image-container {
    width: 100%;
    height: 60px;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
}

.cf-elementor-widget.cf-partners .cf-partners-swiper .swiper-wrapper .swiper-slide .image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 498px) {
    .cf-elementor-widget.cf-partners .cf-partners-swiper .swiper-wrapper .swiper-slide:not(:last-child):after {
        left: calc(100% + 30px / 2);
    }
}

@media screen and (min-width: 630px) {
    .cf-elementor-widget.cf-partners .cf-partners-swiper .swiper-wrapper .swiper-slide:not(:last-child):after {
        left: calc(100% + 40px / 2);
    }
}

@media screen and (min-width: 895px) {
    .cf-elementor-widget.cf-partners .cf-partners-swiper .swiper-wrapper .swiper-slide:not(:last-child):after {
        left: calc(100% + 50px / 2);
        height: 50px;
    }

    .cf-elementor-widget.cf-partners .cf-partners-swiper .swiper-wrapper .swiper-slide .image-container {
        height: 60px;
    }
}

@media screen and (min-width: 1200px) {
    .cf-elementor-widget.cf-partners .cf-partners-swiper .swiper-wrapper .swiper-slide:not(:last-child):after {
        left: calc(100% + 94px / 2);
    }
}