.news-deco {
  position: absolute;
  width: 215px;
  top: 163px;
  left: calc(50% + 403px);
}
@media screen and (max-width: 1400px) {
  .news-deco {
    right: 82px;
    left: auto;
  }
}
@media screen and (max-width: 1000px) {
  .news-deco {
    top: 100px;
    width: 180px;
  }
}
@media (max-width: 799px) {
  .news-deco {
    width: 80px;
    right: 28.5px;
  }
}

.news-detail-content {
  margin: 35px 0 0;
  padding: 40px 0 35px;
  border-top: 4px dotted #94b5db;
  border-bottom: 4px dotted #94b5db;
  word-break: break-all;
  overflow-wrap: break-word;
}
.news-detail-content p + p {
  margin-top: 30px;
}
.news-detail-content p:has(img) {
  text-align: center;
}
.news-detail-content a {
  color: #0057d6;
  text-decoration: underline;
}
@media (max-width: 799px) {
  .news-detail-content {
    margin: 25px 0 0;
    padding: 20px 0 50px;
    border-width: 2px;
  }
}