.posts-section {
  width: 100%;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  background-color: #fff;
}

.posts-section > .section-header > .section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

.posts-section > .section-header > .section-title > .eng {
  display: block;
  color: #343432;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  line-height: normal;
  letter-spacing: 2.1px;
}

.posts-section > .section-header > .section-title > .jpn {
  color: #be907c;
  text-align: center;
  font-feature-settings:
    "liga" off,
    "clig" off;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 10px;
  line-height: 100%;
  letter-spacing: 0.5px;
}
