/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

#news {
    padding: 0 25%;
}

@media(max-width:700px) {
    #news {
        padding: 0 5%;
    }
}

#news .container > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 50px 0 100px 0;
    width: 100%;
    overflow: hidden;
}

#news .container .row h2,
#news .container .row h6,
#news .container .row p {
    text-align: center;
}

#news .container .row img {
    width: auto;
    height: auto;
    margin: 1.5rem 0;
}

#news .container .row video {
    width: 90%;
    max-width: 400px;
    height: auto;
    margin: 2rem 0;
}

hr {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #666;
}