@charset "UTF-8";
section.wrapper {
  padding: 0 0 90px;
  max-width: 960px;
  margin: 0px auto;
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 12px;
}

.news-date {
  margin-bottom: 10px;
}

h4 {
  font-size: 30px;
  margin: 0 auto 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #4c4948;
}

.news-tag {
  color: #fff;
  padding: 0px 5px;
  text-align: center;
  margin: 0 auto 10px;
  width: 80px;
}

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

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

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