.wlzw-main {
  position: relative;
  background: url("../img/wlzw_bg.png") no-repeat center center;
  background-size: cover;
}

body.page-about-sub {
  --about-h5-bg-image: url("../img/h5/wlzw_bg.png");
}

.wlzw-main .page-wrap {
  padding: 0 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  position: relative;
}

.wlzw-main .page-content {
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 0 136px;
  box-sizing: border-box;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.wlzw-main .page-content::-webkit-scrollbar {
  display: none;
}

.wlzw-panel,
.about-sub-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 877px;
  margin: 0 auto;
}

.wlzw-title {
  margin: 0 auto;
  font-size: 36px;
  font-weight: 700;
  line-height: 49px;
  letter-spacing: 0.2em;
  text-align: center;
}

.wlzw-intro {
  width: 100%;
  max-width: 580px;
  margin: 26px auto 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
}

.wlzw-goals {
  width: 100%;
  max-width: 877px;
  margin: 24px auto 0;
}

.wlzw-goal {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
}

.wlzw-goal:last-child {
  margin-bottom: 0;
}

.wlzw-goal-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
  margin-top: 5px;
}

.wlzw-goal-text {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
}

.wlzw-goal-text strong {
  font-weight: 600;
}

@media (min-width: 993px) and (max-width: 1500px) {
  .wlzw-title {
    font-size: clamp(28px, 3vw, 36px);
    line-height: 1.35;
    letter-spacing: 0.12em;
  }

  .wlzw-intro {
    line-height: 30px;
  }

  .wlzw-goal-text {
    font-size: 13px;
    line-height: 26px;
  }
}

@media (min-width: 993px) and (max-height: 820px) {
  .wlzw-main .page-content {
    padding-top: 24px;
    padding-bottom: 120px;
    align-items: flex-start;
  }

  .wlzw-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .wlzw-intro {
    margin-top: 16px;
    line-height: 26px;
    font-size: 13px;
  }

  .wlzw-goals {
    margin-top: 16px;
  }

  .wlzw-goal {
    margin-bottom: 10px;
  }

  .wlzw-goal-text {
    font-size: 12px;
    line-height: 22px;
  }
}
