@charset "UTF-8";

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

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

.section-parthners .container p {
    margin-bottom: 0px;
    color: #171B1F;
    font-size: 16px;
}

.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;
    margin-bottom: 24px;
}

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

.parthners-list li img {
    width: clamp(175px, 13.542vw, 260px);
}


@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%;
    }
}