.news-box {margin-bottom:33px; }
.news-item-wrapper {display:inline-block; vertical-align:top;  width:24%;}
.header1 { margin-bottom:10px;}
.header1 h3 {font: italic 20px/25px Georgia, "Times New Roman", Times, serif; color:#000; text-decoration:underline; display:inline}
.header1 a {font: italic 12px/12px Arial, Helvetica, sans-serif; color:#888888; vertical-align:top;}
.news-item {float:left; width:220px; font-size:12px;margin-bottom:20px;}
.news-item span {display:block; color:#888888; margin-bottom:7px;}
.news-item a {display:block; font-size:14px; line-height:18px; color:#000; margin-bottom:7px;}
.news-item p {line-height:18px; font-size:12px;}

/*comments*/
.news-box .com-main:nth-child(odd) {margin:0;}

/*screen-sizes overriding*/
@media (max-width: 1199px) {
    .news-item-wrapper {width:33%;}
}
@media (max-width: 999px) {
    .news-item-wrapper {width:49%;}
    .news-item {width:100%;}
}
@media (max-width: 767px) {
    .news-item-wrapper {width:100%;}
}
@media (max-width: 480px) {
    .news-item-wrapper {width: 100%;}
}