.our-partners-new {
    position: relative;
    z-index: 0;
    overflow: hidden;
    margin-bottom: 120px;
    padding: 0;
    height: 492px;
    display: flex;
    align-items: center;
}

.our-partners-new-marquee {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    /* bottom: 0; */
    /* margin: auto 0; */
    height: fit-content;
    overflow: hidden;
}

.our-partners-new .section-title {
    margin: 0;
}

.our-partners-new-wrapper {
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

.our-partners-new-marquee::before {
    aspect-ratio: 17 / 9;
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    background: var(--offWhite2);
    filter: blur(50px);
    border-radius: 1000px;
    z-index: 1;
    margin: 0 auto;
    max-width: 1000px;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.our-partners-new-wrapper .section-title h2,
.our-partners-new-wrapper .section-title .h2 {
    padding: 0;
    font-size: 44px;
    color: #000000;
}

.our-partners-new-wrapper .section-title h2::before,
.our-partners-new-wrapper .section-title .h2::before {
    opacity: 0;
}

.our-partners-new-wrapper .section-title .desc {
    color: #000000;
}

.our-partners-new-wrapper .section-title .btn {
    margin-top: 30px;
}

.our-partners-new-marquee-item .img {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--offWhite2);
    border-radius: 10px;
    margin: 0 15px;
    padding: 10px 20px;
    min-width: 200px;
}

.our-partners-new-marquee-item .img img {
    height: 40px;
    object-fit: contain;
    width: 100%;
    max-width: 150px;
    filter: grayscale(100%) contrast(0.9) brightness(1.1) opacity(0.6);
}

.our-partners-new-marquee {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

@media screen and (max-width:2160px) {
    .our-partners-new {
        padding: 0;
    }
}

@media screen and (max-width:1560px) {
    .our-partners-new-marquee {
        gap: 20px;
    }

    .our-partners-new-marquee-item .img {
        margin: 0 10px;
    }

    .our-partners-new-wrapper .section-title h2,
    .our-partners-new-wrapper .section-title .h2 {
        padding: 0;
        font-size: 36px;
    }

    .our-partners-new-marquee-item .img {
        height: 107px;
    }
}

@media screen and (max-width:1439px) {
    .our-partners-new {
        padding: 0;
    }

    .our-partners-new-marquee-item .img {
        /* height: 119px; */
    }
}

@media screen and (max-width:1024px) {
    .our-partners-new-wrapper {
        max-width: 600px;
    }

    .our-partners-new {
        height: 362px;
    }
}

@media screen and (max-width:767px) {
    .our-partners-new-marquee::before {
        aspect-ratio: 17 / 21.3;
    }

    .our-partners-new {
        padding: 0;
        margin-bottom: 50px;
    }
}

@media screen and (max-width:576px) {
    .our-partners-new {
        height: 502px;
    }

    .our-partners-new-wrapper .section-title h2,
    .our-partners-new-wrapper .section-title .h2 {
        font-size: 32px;
    }
}