/* Section Title */
.section-title {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-blog-title01.png'), url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-blog-title02.png'), url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-blog-title03.png'), url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-blog-title04.png');
  background-position: right top, left bottom, right 20% bottom 0, left 15% top 0;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: 180px, 180px, 180px, 180px;
  background-color: var(--secondary-color);
  text-align: center;
  position: relative;
  overflow: hidden;
  min-height: 400px;
}
.section-title .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
  width: 98%;
  z-index: 99;
}
@media (min-width: 768px) {
  .section-title .content {
    width: 96%;
  }
}
@media (min-width: 992px) {
  .section-title {
    background-size: 220px, 220px, 220px, 220px;
  }
  .section-title .content {
    width: 94%;
  }
}
@media (min-width: 1200px) {
  .section-title {
    background-size: 260px, 260px, 260px, 260px;
  }
  .section-title .content {
    width: 92%;
  }
}
@media (min-width: 1400px) {
  .section-title {
    background-size: 300px, 300px, 300px, 300px;
  }
  .section-title .content {
    width: 90%;
  }
}

/* Pull Up */
.pull-up {
  position: relative;
  margin-top: -150px;
  background-color: var(--white-color);
}/*# sourceMappingURL=section-title.css.map */