#newsContent{
    width:90%; margin:0 auto;
}

.newsBox{
    width: 100%;
    margin-bottom: 8%;
}

    .newsBox .head-news{
        font-style: normal;
    }

    .newsBox .img-news{
        width: 100%;
    }
        .newsBox .img-news a{
            text-decoration: none;
            border: none;
        }
        .newsBox .img-news div{
            width: 23%;
            display: inline-table;
            margin: 0.5%;
            border: none;
        }

    .newsBox .details-news{
        text-indent:5%;
    }