.newsbox {
    width: 90%;
    height: auto;
    margin: auto;
}

.newsheader {
    display: block;

}

.newsheader > h3 {
    text-align: center;
    line-height: 48px;
    margin: 20px;
}

.newsheader > p {
    text-align: center;
    line-height: 32px;
    margin: 20px;
}

.newstext {
    display: block;
    margin-top: 40px;
}
.newstext > img {
    display: block;
    text-align: center; 
    margin: 30px auto;
    width: auto;
    height: 40vh;
}

.zw {
    text-indent: 2em;
    line-height: 32px;
}

.newsbottom {
    display: block;
    margin-top: 20px;
}