.newsArticle__body {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  line-height: 1.875;
}
.newsArticle__body p--indent {
  text-indent: 1em;
}
.newsArticle__body p--right {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .newsArticle__body p + .txt {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .newsArticle__body p + .txt {
    margin-top: 10px;
  }
}
.newsArticle__video {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  margin-bottom: 5px;
  border-radius: 8px;
  vertical-align: bottom;
}/*# sourceMappingURL=mt.css.map */