* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  list-style: none;
}
@media not screen and (max-width: 1024px) {
  .banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 0;
    background: url("../static/investment-case/banner.png") no-repeat center
      center / cover;
  }
  .banner-alpha {
    width: 60%;
    margin: 0 auto;
  }
  .banner-alpha > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 64px;
    color: #ffffff;
    font-weight: bold;
  }
  .banner-alpha > h2 {
    font-weight: normal;
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 24px;
  }
  .banner-alpha > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
  }

  .content {
    width: 60%;
    margin: 0 auto;
    color: #ffffff;
    padding: 20px;
  }
  .content > img {
    width: 100%;
  }
  .content > p {
    text-indent: 24px;
    line-height: 1.5;
    margin: 10px 0;
  }

  .content > h3 {
    font-size: 30px;
  }
  .content > h4 {
    margin: 15px 10px;
  }

  .footer {
    padding: 100px 0;
  }

  .partner-container {
    width: 100%;
    height: 72px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin: 20px 0;
  }
  .partner-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
  }
  .partner-scroll > .card img {
    height: 72px;
    margin-right: 48px;
    border-radius: 10px;
  }
}
@media (max-width: 1024px) {
  .banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0;
    background: url("../static/strategy/banner.png") no-repeat center center /
      cover;
  }
  .banner-alpha {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
  }
  .banner-alpha > h1 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
  }
  .banner-alpha > h2 {
    font-weight: normal;
    font-size: 12px;
    color: #ffffff;
    margin-bottom: 24px;
  }
  .banner-alpha > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 24px;
    color: #ffffff;
  }

  .investment-case {
    padding: 20px 0;
    background: url("../static/platform.png") no-repeat center center / cover;
  }

  .investment {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .investment > .investment-header {
    padding: 23px;
    background: url("../static/investment-case/investment-1.png") no-repeat
      center center / cover;
  }
  .investment > .investment-header > h3 {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 24px;
    color: #ffffff;
  }
  .investment > .investment-header > p {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
  }

  .investment > .investment-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    background: #171b27;
  }
  .investment > .investment-content > ul li {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 300;
    font-size: 12px;
    color: #ffffff;
    line-height: 36px;
  }
  .investment > .investment-content > img {
    width: 30%;
  }

  .project {
    padding: 300px 0 129px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url("../static/investment-case/project.png") no-repeat center
      center / cover;
  }

  .project > button {
    width: 90%;
    height: 60px;
    background: #000000;
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #2adfff;
    cursor: pointer;

    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 18px;
    color: #2adfff;
  }

  .footer {
    padding: 50px 0;
  }

  .partner-container {
    width: 100%;
    height: 36px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin: 10px 0;
  }
  .partner-scroll {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
  }
  .partner-scroll > .card img {
    height: 36px;
    margin-right: 48px;
    border-radius: 10px;
  }
}
