.connect-with-community {
    padding: 40px 0;
    overflow: hidden;
    position: relative;
    background-color: rgba(237, 239, 245, 1);
}

.connect-with-community .bg {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    object-fit: cover;
}

.connect-with-community .bg.before {
    top: 5%;
}

.connect-with-community .bg.after {
    bottom: 5%;
}

.connect-with-community .connect-title {
    color: var(--Birthright-Israel-Navy, #00154A);
    text-align: center;
}

.connect-with-community .connect-carousel-row {
    display: flex;
    gap: 10px;
    height: unset !important;
    position: relative;
    will-change: transform;
}

.connect-with-community .connect-carousel {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.connect-with-community .carousel-wrapper {
    overflow: hidden;
    width: 100%;
}

.connect-with-community .connect-carousel-row .connect-carousel-item {
    border-radius: 20px;
    margin-top: 10px;
    flex: 0 0 300px;
    height: 300px;
    width: 300px;
    user-select: none;
    object-fit: cover;
}

@media (max-width: 1020px) {
    .connect-with-community .connect-carousel-row .connect-carousel-item {
        flex: 0 0 200px;
        height: 200px;
        width: 200px;
    }
}

.connect-with-community .swiper .swiper-wrapper,
.connect-with-community .swiper2 .swiper-wrapper {
    transition-timing-function: linear;
    cursor: unset !important;
}

.connect-with-community .swiper .swiper-wrapper:hover {
    cursor: unset !important;
}

@media (max-width: 640px) {
    .connect-with-community {
        padding: 56px 0 100px;
    }

    .connect-with-community .connect-title {
        margin-bottom: 56px;
        padding: 0 24px;
    }
}
