.repair-test {
    justify-content: center;
    align-content: center;
}

.repair-test>div {
    /* Centrowanie kontenera checkboksów względem obrazka*/
    margin: auto 0;
}

.repair-test>div:nth-child(1), .repair-test>div:nth-child(3) {
    width: 35%;
}

.repair-test>div:nth-child(2) {
    /* Szerokość obrazka z urządzeniem */
    width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 1%;
}

.repair-test>div:nth-child(2) img {
    max-height: 100%;
    max-width: 100%;
}

.repair-test ul {
    width: 100%;
    margin-bottom: 30px;
}

.repair-test ul:last-child {
    margin-bottom: 0
}

.repair-test>div:first-child li {
    justify-content: end;
}

.repair-test>div:last-child li {
    justify-content: start;
}

.repair-test label {
    color: #000;
}

.repair-test>div:last-child label {
    order: 2;
}