/* Our Story */
.our-story {
  /* Slight scale on hover */
  /* Quote bubble */
}
.our-story .story-media .story-img {
  transition: transform 0.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.our-story .story-media:hover .story-img {
  transform: scale(1.03);
}
.our-story .quote-bubble {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px 14px;
  border-radius: 10px;
  font-style: italic;
  font-size: 0.9rem;
  box-shadow: 0 6px 18px rgba(10, 14, 20, 0.06);
  max-width: 90%;
}

/* Video */
.video {
  background-image: url('/newmoban/_external/demo.mobanwang.com/mb/lo202602/202602040/html/shop/assets/images/data/bg-video.jpg');
  background-position: center;
  height: 500px;
  position: relative;
}
.video .mask {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  background-color: var(--mask-color);
}

/* Approach */
.approach .step-num {
  font-size: 3rem;
  font-weight: 600;
  color: var(--primary-color);
  line-height: 1;
}/*# sourceMappingURL=about.css.map */