.news {
    max-width: 1150px;
    margin: 0 auto;
}
.news__title {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    padding-top: 4vh;
    font-size: 20px;
}
.news__paragraph {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    line-height: 1.5;
    font-size: 17px;
}

.news__gallery-container {
/*    min-height: 100vh;*/
    padding: 0 5px 5px 5px;
    margin-top: 10vh;
    align-items: center;
}

.news__gallery {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 6vh;
}

/*
.news__gallery {
    max-width: 100vw;
    text-align: center;
    justify-content: center;
    margin: 0 1vw;
}
*/
.news__image {
    width: 25vw;
    margin: 1vw;
    box-shadow: 4px 4px 6px gray;
    border-radius: 5%;
}

@media(max-width: 1100px) {
        .news__paragraph {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    line-height: 1.5;
    font-size: 17px;
    margin: 0 12vw;
}
}

@media(max-width: 500px) {
    .news__paragraph {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    line-height: 1.5;
    font-size: 15px;
    margin: 0 12vw;
}
    .news__image {
    width: 75vw;
    margin: 1vw;
    box-shadow: 4px 4px 6px gray;
    border-radius: 5%;
}
}