.newsMore {
  margin-bottom: calc(20px + 20 * ((100vw - 425px) / 1075));
}
.newsMore__title {
  margin-top: calc(25px + 25 * ((100vw - 425px) / 1075));
  margin-bottom: calc(15px + 25 * ((100vw - 425px) / 1075));
  font-size: calc(24px + 14 * ((100vw - 425px) / 1075));
}
.newsMore__text, .newsMore__text * {
  margin-top: 20px;
  margin-bottom: calc(20px + 20 * ((100vw - 425px) / 1075));
  font-size: calc(16px + 8 * ((100vw - 425px) / 1075));
}
.newsMore__text span, .newsMore__text * span {
  color: #000;
  font-weight: 700;
}
.newsMore__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.newsMore__views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}/*# sourceMappingURL=newsMore.css.map */