.banner.uvod {
    width: 1400px;
    background-image: url("image/banner-uvod.webp");
}

.introduction {
    margin-top: 50px;
}

.introduction > h1 {
    text-align: center;
    width: 100%;
}

.introduction > img {
    width: 100%;
    height: 64px;
    object-fit: contain;
    object-position: center center;
}

.leadership, .members {
    background-color: var(--color-white-alter);
    border-radius: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.leadership > h2 {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
}

.leadership > div {
    width: 33.3%;
    text-align: center;
    margin-bottom: 20px;
}

.leadership > div > p {
    font-size: 18px;
    font-weight: 600;
}

.leadership > div > p > font {
    display: block;
    padding-top: 5px;
}

.leadership > div > img {
    width: 150px;
    height: 150px;
    border-radius: 150px;
}

.members > div {
    width: 14.28%;
    padding: 20px;
}

.members > div > ul {
    padding-left: 15px;
}

.members > div > h3 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    min-height: 40px;
}

.partners {
    text-align: center;
}

.partners > h2 {
    margin-bottom: 30px;
}

.partners > div > img {
    width: auto;
    height: 80px;
    margin-left: 50px;
    margin-right: 50px;
}

.articles > h2 {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}

.facebook {
    margin-top: 50px;
}

section.articles {
    margin: 0;
}

@media screen and (max-width: 1850px) {
    .banner.uvod {
        width: 1000px;
    }
}

@media screen and (max-height: 1000px) {
    .banner.uvod {
        height: 400px;
    }
}

@media screen and (max-width: 1450px) {
    .banner.uvod {
        width: 70%;
    }
}

@media screen and (max-width: 1100px) {
    .banner.uvod {
        width: 70%;
        height: 300px;
    }

    .members > div {
        width: 25%;
    }

    .banner.uvod {
        width: 100%;
        margin: 0;
    }
}

@media screen and (max-width: 1000px) {
    .leadership, .members {
        border-radius: 0;
    }

    .partners > div > img {
        height: 60px;
    }

    .partners > div > img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 800px) {
    .leadership > div {
        width: 100%;
    }

    .members > div {
        display: none;
    }

    .introduction p {
        padding: 0 10px;
    }
}