@charset "UTF-8";

.section-parthners {
    padding: 0px 0px clamp(60px, 6.250vw, 120px);
    background-color: #F8F8F8;
    /* margin-top: max(-11.198vw, -215px); */
}

.section-parthners .container {
    position: relative;
    background-color: transparent;
    z-index: 4;
    width: 100%;
}

.parthners-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.parthners-list li {
    /* width: clamp(175px, 13.542vw, 260px); */
    padding: 0 clamp(35px, 3.646vw, 70px);
    text-align: center;
    margin: 0;
    margin-bottom: 0;
}

.parthners-list li img:first-of-type {
    width: clamp(200px, 12.813vw, 246px);
}

.parthners-list li:nth-of-type(2) img {
    width: 98px;
}

.parthners-list li:nth-of-type(3) img {
    width: clamp(175px, 8.438vw, 162px);
}

.parthners-list li:last-of-type img {
    width: clamp(175px, 8.438vw, 162px);
}

@media ( max-width: 1024px ) {
    .section-parthners .container {
        width: 90%;
    }
}

@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;
    }
    
    .parthners-list li {
        width: 100%;
    }
}