.ai-banner.design-to-code {
  background: linear-gradient(180deg, #FFFFFF 5.32%, #E6D5FF 100%);
}

.ai-banner .design-to-code-title .text-decoration {
  background: linear-gradient(177.59deg, #832FFF 2.02%, #D754FF 121.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.ai-banner-content .title .banner-underline {
  width: 43%;
  left: auto;
}

.section1 .subtitle {
  max-width: 41.04vw;
}

.section1 .first-part .section1-item:first-child .title {
  white-space: nowrap;
}

.section2.design-to-code {
  background: linear-gradient(119.76deg, rgba(200, 161, 255, 0.9) 1.85%, rgba(160, 95, 255, 0.9) 30.84%, rgba(92, 95, 255, 0.9) 73.26%);
}

.section2-img {
  margin-top: 52px;
  max-width: 1356px;
}

.section2-title .design-to-code-title {
  color: #FFCB00;
  position: relative;
}


@media (max-width: 1392px) {
  .section1 .subtitle {
    max-width: 70vw;
  }

  .section2-img {
    max-width: 1200px;
    margin-top: 45px;
  }
}

@media (max-width: 1240px) {
  .section2-img {
    max-width: 1100px;
    margin-top: 40px;

  }
}

@media (max-width: 1140px) {
  .section2-img {
    max-width: 1000px;
    margin-top: 35px;
  }
}

@media (max-width: 1040px) {
  .section2-img {
    max-width: 900px;
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  .section2-img {
    max-width: 800px;
    margin-top: 25px;
  }
}

@media (max-width: 840px) {
  .section2-img {
    max-width: 700px;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .section2-img {
    max-width: 600px;
    margin-top: 10px;
  }
}

@media (max-width: 640px) {
  .section2-title {
    font-size: 28px;
  }

  .section2-img {
    max-width: 500px;
    margin-top: 15px;
  }
}

@media (max-width: 500px) {
  .section1 .first-part .section1-item:first-child .title {
    white-space: normal;
  }

  .section2-title {
    font-size: 15px;
  }

  .section2-img {
    max-width: 400px;
  }
}

@media (max-width: 400px) {


  .section2-img {
    max-width: 350px;
  }
}