.moblie-saving-wrapper {
  padding-top: 80px;
  background: linear-gradient(180deg, rgba(55, 52, 169, 0.01) 0%, rgba(55, 52, 169, 0.05) 100%);
}
.moblie-saving-wrapper .banner-content {
  border: solid 1px transparent;
  box-sizing: border-box;
  background-size: cover;
  background-position: center;
}
.moblie-saving-wrapper .banner-content .banner-title {
  font-family: Medium;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0.24px;
  text-align: center;
  height: 56px;
  line-height: 56px;
  color: #FFFFFF;
  margin-top: 97px;
  margin-bottom: 24px;
}
.moblie-saving-wrapper .banner-content .banner-des {
  font-family: Light;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.36px;
  text-align: center;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  margin-bottom: 95px;
}
.moblie-saving-wrapper .moblie-saving-content {
  width: 1200px;
  margin: 0 auto 120px;
}
.moblie-saving-wrapper .moblie-saving-content .saving-content-article {
  margin-top: 120px;
}
.moblie-saving-wrapper .moblie-saving-content .saving-content-article .content-article-title {
  font-family: Medium;
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  padding-bottom: 9px;
  letter-spacing: 0.11px;
  position: relative;
  padding-left: 48px;
  margin-bottom: 20px;
}
.moblie-saving-wrapper .moblie-saving-content .saving-content-article .content-articel-p {
  width: 980px;
  font-family: Light;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.36px;
}
.moblie-saving-wrapper .moblie-saving-content .saving-content-article .content-article-title::before {
  content: " ";
  display: block;
  background-color: #3734A9;
  height: 43px;
  width: 20px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -9px;
}
.moblie-saving-wrapper .moblie-saving-content .saving-content-article .content-article-title::after {
  content: " ";
  display: block;
  background-color: #3734A9;
  height: 1px;
  width: 300px;
  position: absolute;
  bottom: 0px;
  left: 150px;
}
.moblie-saving-wrapper .moblie-saving-content .saving-content-img {
  margin-top: 60px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 620px;
}
