.home {
  background-color: var(--default-color-white);
  width: var(--default-screen-size-width);
  min-width: 390px;
  min-height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: var(--default-screen-size-height);
}

.home .text-wrapper {
  margin-top: -18px;
  height: 108px;
  margin-left: -1px;
  width: 349px;
  font-family: "PingFang SC-Medium", Helvetica;
  font-weight: 500;
  color: var(--default-color-black);
  font-size: 24px;
  text-align: center;
  letter-spacing: -0.53px;
  line-height: 36px;
}
