.partneri {
    display: flex;
    justify-content: center;
    align-items: center;
}


.nadpis h2 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 71px;

    text-align: center;

    color: #000000;

    margin-bottom: 30px;
}

.popis-partneri {
    margin-bottom: 70px;
}

.popis-partneri p {

    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;

    text-align: center;

    color: #A6A6A6;

    margin-bottom: 30px;
}


.nadpis-obrazok h1 {
    font-family: 'Remhu';
    font-style: normal;
    font-weight: 400;
    font-size: 150px;
    line-height: 222px;

    text-align: center;

    color: #000000;
}

.nadpis-obrazok h3 {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 29px;
    line-height: 40px;

    margin-top: -45px;
    text-align: center;

    color: #A6A6A6;
}

.img-eseso img {
    margin-top: 150px;
    margin-bottom: 100px;
    width: 1300px;
}

.eseso-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nadpis-obrazok img {
    margin-top: 40px;
    margin-bottom: 60px;
    width: 450px;
}

@media (max-width: 1400px) {
    .img-eseso img {
        width: 1200px;
    }
}

@media (max-width: 1250px) {
    .img-eseso img {
        width: 970px;
    }
}










@media (max-width: 970px) {
    .nadpis-obrazok img {
        width: 300px;

    }

    .nadpis-obrazok h3 {
        font-size: 20px;
    }

    .popis-partneri p {
        font-size: 15px;
    }

    .img-eseso img {
        width: 700px;
    }
}
@media (max-width: 700px) {
    .img-eseso img {
        width: 500px;
    }
}

@media (max-width: 500px) {
    .img-eseso img {
        width: 400px;
    }
}
@media (max-width: 400px) {
    .img-eseso img {
        margin-top: 50px;
        width: 300px;
    }
}