.partners {
    display: flex;
    flex-direction: column;

    justify-content: left;
    flex-wrap: wrap;
}

.partners-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    flex-wrap: wrap;
    gap: 36px;
}

.partners-item {
    align-items: center;
    justify-content: center;

    border-radius: 5px;
    height: 100%;
}

.partners-list img {
    width: 100%;
    max-height: 50px;
    justify-content: center;
    align-items: center;
    padding: 7.5px 15px;
}
