.news-title{
    text-align: left;
    width: 100%;
    margin-bottom: 0;
}
.news-publish-date{
    text-align: left;
    width: 100%;
}
.news-image{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    display:block;
}
.news-div{
    /*padding-bottom:20px;*/
    padding-top:20px;
    border-bottom: #cfcfcf dashed 1px;

}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
    .highlight-col{
    }
}
/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    .highlight-col{
        border-left: #cfcfcf solid 2px;
    }

}