.brand-story {
  padding-top: var(--sectionTop);
  padding-left: var(--sectionLeft);
  padding-bottom: var(--sectionTop);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.brand-story-left {
  width: 38%;
}

.b-s-title {
  font-size: 0.4rem;
  font-weight: 600;
  color: var(--colorH1TitleText);
}

.b-s-sub-title {
  font-size: 0.24rem;
  margin-top: 0.2rem;
  font-weight: 600;
  color: var(--colorSubTitleText);
}

.b-s-desc {
  margin-top: 0.8rem;
}

.b-s-desc p {
  line-height: 2;
}

.b-s-desc p:nth-child(1) {
  margin-bottom: 0.4rem;
}

.b-s-number {
  margin-top: 0.9rem;
  display: flex;
}

.b-s-n-item {
  border-left: 1px solid var(--colorBorderSecondary);
  text-align: center;
  padding: 0 0.6rem;
}

.b-s-n-title {
  font-size: 0.36rem;
  color: var(--colorAuxiliary);
  font-weight: 600;
}

.b-s-n-text {
  font-size: 0.18rem;
  margin-top: 0.18rem;
}

.b-s-n-item:first-child {
  border-left: none;
  padding-left: 0;
}

.b-s-n-item:last-child {
  padding-right: 0;
}

.brand-story-right {
  width: 9.2rem;
  overflow: hidden;
}

.brand-story-banner {
  position: relative;
  --swiper-theme-color: #ff6600;
  --swiper-pagination-color: var(--colorPrimary);
  --swiper-pagination-bullet-inactive-color: #fff;
}

@media (max-width: 1024px) {
  .brand-story-right {
    width: 7.5rem;
  }
}

@media (max-width: 640px) {
  .brand-story {
    display: block;
    padding-right: var(--sectionLeft);
  }

  .brand-story-left {
    width: 100%;
  }

  .brand-story-right {
    width: 100%;
    margin-top: 0.5rem;
  }

  .b-s-sub-title,
  .b-s-title {
    text-align: center;
  }
  
  .b-s-sub-title {
    font-size: 0.28rem;
  }
}
