.single_news {
  max-width: 1200px;
  margin: 100px auto;
  text-align: center;
}

.heading::before {
  background-color: #00ADA9;
}

h2 {
  font-size: 30px;
  margin: 0 auto 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00ADA9;
}

.update_tag {
  color: #fff;
  padding: 0px 5px;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  margin: 10px auto;
  font-weight: bold;
}

.tag_tp {
  background-color: #E9546B;
}

.tag_nw {
  background-color: #F6AD3C;
}

.single_txt p{
  font-size: 16px;
  line-height: 2em;
}

.single_txt a{
  text-decoration: underline;
  font-weight: bold;
}

@media screen and (max-width: 798px) {
  .single_news {
    max-width: 90%;
  }
  h2 {
    font-size: 18px;
  }
}