@media (max-width: 980px) {
  html.huiling-goal-showcase-mode #home #home-goal.section {
    display: block !important;
    height: auto !important;
    min-height: 1120px !important;
  }

  html.huiling-goal-showcase-mode #home #home-goal #huiling-goal-showcase {
    position: relative !important;
    inset: auto !important;
    grid-column: 1 / -1 !important;
    width: 100% !important;
    max-width: none !important;
    min-height: 1120px !important;
    padding: 64px 22px 72px !important;
    box-sizing: border-box !important;
  }

  html.huiling-goal-showcase-mode #home #home-goal .goal-showcase-visual,
  html.huiling-goal-showcase-mode #home #home-goal .goal-showcase-copy {
    position: relative !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: none !important;
  }

  html.huiling-goal-showcase-mode #home #home-goal .goal-showcase-visual {
    margin-top: 0 !important;
  }
}

@media (max-width: 480px) {
  html.huiling-goal-showcase-mode #home #home-goal.section#home-goal,
  html.huiling-goal-showcase-mode #home #home-goal #huiling-goal-showcase {
    min-height: 0 !important;
  }

  html.huiling-goal-showcase-mode #home #home-goal #huiling-goal-showcase {
    padding: 52px 16px 56px !important;
  }

  html.huiling-goal-showcase-mode #home #home-goal .goal-showcase-copy {
    margin-top: 24px !important;
  }

  html.huiling-goal-showcase-mode #home #home-goal .goal-showcase-copy h2 {
    font-size: clamp(26px, 7.2vw, 32px) !important;
    line-height: 1.24 !important;
  }

  html.huiling-goal-showcase-mode #home #home-goal .goal-showcase-copy > p {
    margin-top: 16px !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
  }

  html.huiling-goal-showcase-mode #home #home-goal .goal-showcase-points {
    gap: 20px !important;
    margin-top: 26px !important;
  }

  html.huiling-goal-showcase-mode #home #home-goal .goal-showcase-point {
    grid-template-columns: 46px minmax(0, 1fr) !important;
    gap: 14px !important;
  }

  html.huiling-goal-showcase-mode #home #home-goal .goal-showcase-point-icon {
    width: 46px !important;
    height: 46px !important;
  }

  html.huiling-goal-showcase-mode #home #home-goal .goal-showcase-point-icon img {
    width: 23px !important;
    height: 23px !important;
  }
}
