.partners img {
    transition: all .2s ease;
}

.partners img:hover {
    transform: scale(1.05);
}

.organizers img {
    max-width: 80%;
    margin: 0 auto;
}

.organizers .logo-partner1 {
}

.organizers .logo-partner2 {
    max-width: 65%;
}

.organizers .logo-partner3 {
    max-width: 100%;
}

.others img {
    max-width: 100%;
    margin: 0 auto;
}

.partners__title {
    font-size: 4rem;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
    color: var(--main-text-color);
}

.others {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 120px;
    column-gap: 20px;
}

.organizers__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 100px;
}

.support, .operator {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 50%;
}

.others .partners__title {
    margin-bottom: 18px;
}

@media (max-width: 1367px) {
    .partners__title {
        font-size: 3.4rem;
        margin-bottom: 30px;
    }

    .others .partners__title {
        margin-bottom: 18px;
    }

    .organizers__list {
        column-gap: 40px;
    }
}

@media (max-width: 1280px) {
    .organizers__list {
        column-gap: 50px;
    }

    .others {
        margin-top: 80px;
        column-gap: 50px;
    }
}

@media (max-width: 991px) {
    .partners__title {
        font-size: 3.0rem;
        margin-bottom: 30px;
    }

    .others {
        margin-top: 60px;
        column-gap: 200px;
    }
}

@media (max-width: 768px) {
    .organizers img {
        max-width: none;
        margin: 0 auto;
    }

    .others img {
        max-width: 100%;
        margin: 0 auto;
    }

    .partners__title {
        font-size: 1.7rem;
        margin-bottom: 18px;
    }

    .organizers__list {
        flex-wrap: wrap;
        column-gap: 0;
        margin: 0 -15px;
    }

    .organizers__list-item img {
        max-width: 135px;
        margin: 0 auto;
    }

    .organizers .logo-partner2 {
        max-width: 135px;
    }

    .organizers .logo-partner3 {
        max-width: 135px;
    }

    .others .logo-partner5 {
        max-width: 80%;
    }

    .organizers__list-item {
        display: flex;
        min-width: 50%;
        flex: 1;
        padding: 0 15px;
        justify-content: center;
    }

    .organizers__list-item:first-child {
        min-width: 100%;
        margin-bottom: 30px;
    }

    .others {
        margin-top: 45px;
        column-gap: 30px;
    }

    .partners > a {
        font-size: 1.6rem;
        margin-top: 10px;
    }
}
