.news-item-page .parent-link a {
  color: #797878;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.news-item-page .parent-link a:hover {
  color: #000;
}

.news-item-page .line {
  margin: 0 5px;
}

.news-item-page .title {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 1rem;
  color: #000;
}

@media (max-width: 1000px) {
  .news-item-page .title {
    font-size: 18px;
  }
}

.news-item-page .content {
  line-height: 1.3;
  padding: 3rem 0;
}

.news-item-page .content p img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.news-item-page .navigator a {
  color: #797878;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.news-item-page .navigator a:hover {
  color: #000;
}
/*# sourceMappingURL=news-item.css.map */