
.art-news-title-main {
    background: url(/ru/static/images/news/sch-tour1/large-modern-office-building2.jpg);
    background-image: contain;
    height: 650px;
}
.main-text {
    color: white;
    text-shadow: black 3px 3px 5px;
}


.persons {
    text-align: center;
}

.persons img {
    width: 300px;
    height: 300px;
}

.members {
    display: flex;
    justify-content: flex-start;
}

.members-text {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

.judges {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.photo1 {
    background-image: url(/ru/static/images/news/sch-tour1/photo1.jpg);
    background-position: center;
    background-size: cover;
    width:100%;
    height: 300px;
    margin-top: 3em;
}

.places-div {
    padding-top: 0.3em;
    padding-bottom: 4em;
    padding-left: 300px;
    padding-right: 300px;
}

.places-div p {
    color: white;
    text-align: center;
}

.winners {
    display: flex;
    justify-content: flex-start;
}

.places {
    display: flex;
    justify-content: center;
    margin-left: 2em;
    text-align: center;
}

.places h3 {
    font-size: 28px;
}

.places img {
    min-width: 200px;
    max-width: 300px;
    border-radius: 10px;
}

.members-text {
    width: 80%;
}


@media (max-width:2100px) {
    .art-news-title-main {
        background-size: cover;
        background-position: center;
    }
}

@media (max-width: 1280px) {
    .gen-info-title {
        margin-top: 2em;
    }

    .persons img {
        width: 250px;
        height: 250px;
    }

    .members{
        display: block;
    }

    .judges {
        display: block;
    }

    .places-div {
        padding-left: 15px;
        padding-right: 15px;
    }

    .places {
        margin-left: 0;
    }

    .places img {
        width: 300px;
    }
}