.swiper.home-our-partners-swiper.mob {
    display: none;
}

.home-our-partners {
    padding: 1rem 0;
    /* background-color: rgba(29, 53, 110, 0.05); */
}

.home-our-partners .container {
    display: flex;
    flex-direction: column;
    gap: 1.125rem;
}

.home-our-partners-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-our-partners-tab p {
    /* cursor: pointer; */
    color: #0A2457;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
}

.home-our-partners-slide {
    display: flex;
    flex-direction: column;
    cursor: pointer;
    min-height: 25.3rem;
}

.home-our-partners .container .home-our-partners-swiper-scrollbar {
    position: static;
    margin-top: 1.75rem;
    height: 0.3rem;
    width: 100%;

}

.home-our-partners .container .home-our-partners-swiper-scrollbar .swiper-scrollbar-drag {
    height: 0.3rem;
    background-color: #0A2457;
}


.partners {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 3.1rem 0;
    padding: 0 1.25rem;
}

.partners-title {
    font-size: 3rem;
    letter-spacing: 0.1rem;
    font-weight: 600;
    color: rgb(10 36 87);
}

.partners-content {
    display: grid;
    gap: 2rem;
    margin-top: 2.5rem;
    grid-template-columns: repeat(5, 1fr);
}

.partner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.25rem;
    width: 24.6rem;
    height: 14.7rem;
    max-width: 24.6rem;
    max-height: 14.7rem;
    border-radius: 1.25rem;
    border: 0.125rem solid rgba(10, 36, 87, 0.10);
    background: #FAFAFA;
}

.partner img {
    width: 13.82rem;
    height: 7.38rem;
    object-fit: contain;
}