.ai-banner.aiplan {
  background: linear-gradient(180deg, #FFFFFF 5.32%, #D6E2FF 100%);
}

.ai-banner-content .title {
  max-width: 1065px;
  font-weight: 800;
}

.ai-banner-content .title .title-color {
  color: #000000
}

.ai-banner-content .title .text-decoration {
  color: #1F61FF;
  position: relative;
}

.ai-banner-content .title .banner-underline {
  width: 80%;
  position: absolute;
  bottom: 14%;
  left: 48%;
  transform: translate(-50%, 100%);
}

.ai-banner-content .title .banner-decoration {
  top: -20%;
  right: -1%;
}

.ai-banner-content .subtitle {
  max-width: 43%;
}

.section1 .first-part .section1-item {
  background: #FF54E517;
}

.section1 .first-part .section1-item-1 {
  background: #0F64FF17;
}

.section1 .first-part .section1-item-2 {
  background: #832FFF17;
}

.section2.aiplan {
  background: #0F64FF;
  padding-top: 0
}

.section2-container {
  background: #000000B2;
  padding: 80px 0
}

.section2-title .aiplan-title {
  position: relative;
}

.section2-img {
  max-width: 1180px;
  margin-top: 16px;
}

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

@media (max-width: 1366px) {
  .section2-img {
    max-width: 1000px;
  }
}

@media (max-width: 1135px) {
  .section2-img {
    max-width: 800px;
  }
}

@media (max-width: 992px) {
  .section2-img {
    max-width: 600px;
  }

  .ai-banner-content .title .text-decoration {
    left: auto;
  }
}

@media (max-width: 767px) {
  .section2-img {
    max-width: 500px;
  }

  .section2-container {
    padding: 60px 0;
  }
}

@media (max-width: 500px) {
  .section2-img {
    max-width: 366.29px;
  }

  .section2-container {
    padding: 24.83px 0
  }
}