.page {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.brand-main {
  background: #fff
    100% no-repeat;
  background-size: 100% 100%;
  width: 100%;
  position: relative;
}

.brand-intro {
  position: relative;
  width: 100%;
  background: #fff;
  background-size: 100% 100%;
}

.hero-section {
  width: 100%;
  height: 922px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image-wrapper {
  width: 100%;
  height: 100%;
  background: url(./img/6f211d64c7134e1683cdcf7d90a5f76d_mergeImage.jpg)
    center center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  width: 317px;
  height: 331px;
}

@media (max-width: 1200px) {
  .hero-section {
    height: 700px;
  }
  .hero-image {
    width: 250px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .hero-section {
    height: 500px;
  }
  .hero-image {
    width: 200px;
  }
}

@media (max-width: 480px) {
  .hero-section {
    height: 400px;
  }
  .hero-image {
    width: 160px;
  }
}

.brand-intro-text {
  width: 100%;
  max-width: 1282px;
  height: auto;
  min-height: 174px;
  overflow-wrap: break-word;
  color: rgba(67, 67, 67, 1);
  font-size: 21px;
  font-family: SourceHanSerifSC-Medium;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
  margin: 95px auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.brand-text-wrapper {
  width: 100%;
  height: auto;
  overflow-wrap: break-word;
  font-size: 0;
  font-family: SourceHanSerifSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 32px;
}

.brand-title {
  width: 100%;
  height: auto;
  overflow-wrap: break-word;
  color: rgba(67, 67, 67, 1);
  font-size: 32px;
  font-family: SourceHanSerifSC-Medium;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  display: block;
}

.brand-story {
  width: 100%;
  height: auto;
  overflow-wrap: break-word;
  color: rgba(67, 67, 67, 1);
  font-size: 21px;
  font-family: SourceHanSerifSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
}

.brand-innovation {
  width: 100%;
  height: auto;
  overflow-wrap: break-word;
  color: rgba(67, 67, 67, 1);
  font-size: 21px;
  font-family: SourceHanSerifSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
}

.brand-features {
  width: 100%;
  height: auto;
  overflow-wrap: break-word;
  color: rgba(67, 67, 67, 1);
  font-size: 21px;
  font-family: SourceHanSerifSC-Medium;
  font-weight: 500;
  text-align: left;
  line-height: 1.6;
}

.brand-content {
  width: 100%;
}

.brand-content-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1316px;
  padding: 65px 55px;
  border: 1px solid #c4c4c4;
  box-sizing: border-box;
}

.brand-image-1 {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}

.brand-image-2 {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.brand-image-3 {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.brand-image-4 {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

.brand-image-5 {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .brand-intro-text {
    max-width: 1000px;
    font-size: 19px;
    margin-top: 70px;
  }
  .brand-content-wrapper {
    max-width: 1000px;
    padding: 50px 40px;
  }
  .brand-title {
    font-size: 28px;
  }
  .brand-story,
  .brand-innovation,
  .brand-features {
    font-size: 19px;
  }
}

@media (max-width: 768px) {
  .brand-intro-text {
    max-width: 90%;
    font-size: 17px;
    margin-top: 50px;
    line-height: 1.8;
  }
  .brand-content-wrapper {
    max-width: 95%;
    padding: 40px 25px;
    border: none;
  }
  .brand-title {
    font-size: 24px;
    text-align: center;
  }
  .brand-story,
  .brand-innovation,
  .brand-features {
    font-size: 16px;
    line-height: 1.8;
  }
}

@media (max-width: 480px) {
  .brand-intro-text {
    max-width: 92%;
    font-size: 14px;
    margin-top: 40px;
    line-height: 1.9;
  }
  .brand-content-wrapper {
    max-width: 100%;
    padding: 30px 15px;
  }
  .brand-title {
    font-size: 20px;
  }
  .brand-story,
  .brand-innovation,
  .brand-features {
    font-size: 14px;
    line-height: 1.9;
  }
}
