.post-apply-products .elementor-posts-container {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: inline proximity;
    justify-content: flex-start;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    scroll-behavior: smooth;
}
.post-apply-products .elementor-posts-container article > div, .post-apply-products .elementor-posts-container article > div > div{
    height: 100%;
}
.post-apply-products .elementor-posts-container::-webkit-scrollbar {
    display: none;
}

.post-apply-products .elementor-posts-container article {
    width: calc(25% - 15px);
    scroll-snap-align: start;
    flex-shrink: 0;
}
@media (max-width: 1024px) {
    .post-apply-products .elementor-posts-container article {
        width: calc((100% - 60px)/4.6);
    }
}
@media (max-width: 767px) {
    .post-apply-products .elementor-posts-container article {
        width: calc((100% - 30px)/2.3);
    }
}