@charset "UTF-8";

.section-parthners {
    padding: clamp(80px, 5.208vw, 100px) 0;
    background-color: var( --white );
    color: var( --white );
    /* margin-top: max(-11.198vw, -215px); */
}

.section-parthners .heading {
    margin-bottom: 0;
}

.section-parthners .heading h2 {
    display: flex;
    font-size: clamp( 24px, 1.46vw, 28px );
    line-height: clamp( 31px, 1.82vw, 35px );
    text-transform: unset;
    /* width: 806px; */
    margin: 0 auto 56px;
    align-items: center;
    justify-content: center;
    justify-items: center;
    gap: 24px;
}

.section-parthners .heading h2::before,
.section-parthners .heading h2::after {
    content: '';
    display: inline-flex;
    width: min( 6.25vw, 120px );
    height: 7px;
    background-image: url('/wp-content/uploads/2025/08/Title-Accent.svg');
    margin: 0;
}

.section-parthners .heading h2::after {
    background-position: right;
}

.section-parthners .container {
    position: relative;
    background-color: transparent;
    z-index: 4;
    display: flex;
    /* width: 100%; */
    justify-content: center;
    flex-direction: column;
}

.parthners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    gap: clamp( 20px, 2.92vw, 56px );
    width: 100%;
    justify-content: center;
    margin-left: 0;
}

.parthners-list li {
    width: clamp(160px, 13.542vw, 260px);
    text-align: center;
    margin: 0;
    margin-bottom: 0;
}

.parthners-list li img {
    height: clamp( 60px, 4.667vw, 80px );
    width: auto;
}


@media ( max-width: 1024px ) {

    .parthners-list {
        flex-wrap: wrap;
    }
    
    .section-parthners .container {
        width: 90%;
    }

    .parthners-list li {
        width: 50%;
    }

    .parthners-list li img {
        height: 80px;
        width: auto;
    }
}

@media ( max-width: 768px ) {
    .section-parthners {
        padding: 40px 0;
    }

    .parthners-list li {
        width: 50%;
        margin-bottom: 20px;
    }
}

@media ( max-width: 567px ) {
    .section-parthners .container {
        margin-top: 0;
    }

    .section-parthners .heading h2 {
        width: 70%;
        margin: 0 auto 56px;
    }
    
    .parthners-list li {
        width: 100%;
    }
}