Masonary blog

<style><!--
aside {display:none;}
.content-wrapper {width:90%; margin-left:5%;}
#newsWrapper {
column-count: 4;
column-gap: 20px;
max-width: 1440px;
margin-left:auto;
margin-right:auto;
}
#newsWrapper img {
width: 100%;
}
.news-item {
display: inline-block;
background: #fafafa;
padding: 20px;
margin: 0 0 15px;
width: auto;
box-sizing: border-box;
width: 100%;
max-width: 1200px;
text-align:justify;
}
.news-item p {
margin-bottom:40px;
}

@media screen and (max-width:768px) {
#newsWrapper {
column-count: 1;
}
}
@media screen and (min-width:769px) {
#newsWrapper {
column-count: 2;
}
}
@media screen and (min-width:1080px) {
#newsWrapper {
column-count: 3;
}
}

.news-item .text {
margin-top: 30px;
}
.news-item .image {
width: 100% !important;
}
--></style>