.comingSoon {
  min-height: 300px;
}
.comingSoon p {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 3.6px;
  color: #323232;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .comingSoon {
    min-height: 100px;
  }
  .comingSoon p {
    font-size: 16px;
  }
}