/*
** .news__contents
*/

.news__contents {
  margin-bottom: calc((72 / var(--standard-font-size)) * 1em);
}

.news__post-date {
  font-size: calc((16 / var(--standard-font-size)) * 1em);
  margin-bottom: calc((13 / var(--standard-font-size)) * 1em);
}

.news__post-title {
  font-size: calc((25 / var(--standard-font-size)) * 1em);
  padding-bottom: calc((27 / var(--standard-font-size)) * 1em);
  margin-bottom: calc((36 / var(--standard-font-size)) * 1em);
}