.news_details_box {
  width: 100%;
  height: auto;
  padding: 30px 0;
  box-sizing: border-box;
}
.news_details_box img {
  max-width: 100% !important;
  margin: auto;
  display: block;
}
.news_details_box h1 {
  line-height: 30px;
  color: #565656;
  font-size: 20px;
  text-align: center;
  margin: 10px 10;
}
.news_details_box h3 {
  line-height: 25px;
  color: #989898;
  font-size: 14px;
  text-align: center;
  margin-top: 20px;
}
.bar {
  background: #eeebe6;
  height: 1px;
  width: 100%;
  margin: 20px 0;
}
.news_details_box p {
  line-height: 1.7;
  color: #555;
  font-size: 15px;
  margin: 15px 0;
}
