.table table {
  width: 100%;
}

.table {
  max-width: 100%;
  overflow: auto;
}

.news_detail h1,
.news_detail h2,
.news_detail h3,
.news_detail h4,
.news_detail h5,
.news_detail h6 {
 	font-weight: 700; 
}

.desc_p {
    max-width: 100%;
    word-wrap: break-word;
}