.about-us-container {
  width: 1200px;
  margin: 0 auto;
}

.about-us-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #E84040;
  padding-top: 64px;
  padding-bottom: 16px;
}

.about-us-sub-title, .about-us-sub-title-t40, .about-us-sub-title-t64 {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.about-us-sub-title-t40 {
  padding-top: 40px;
}

.about-us-sub-title-t64 {
  padding-top: 64px;
}

.about-us-text, .about-us-text-t8, .about-us-text-t16 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: block;
}

.about-us-text-t8 {
  padding-top: 8px;
}

.about-us-text-t16 {
  padding-top: 16px;
}

.about-us-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 16px;
}

.about-us-item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #E84040;
  padding-bottom: 16px;
}

.about-us-item-img {
  width: 480px;
  height: 360px;
}

.about-us-item-content {
  width: 645px;
}

.about-us-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-us-item-sub-title {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 16px;
}

.about-us-item-sub-list {
  padding-left: 26px;
  padding-bottom: 16px;
  margin-top: 16px;

  & > li {
    list-style: decimal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
}

.about-us-store {
  padding-left: 26px;
  margin-top: 8px;

  li {
    font-size: 16px;
    line-height: 24px;
    list-style: disc;
  }
}

.about-us-offer {
  padding-top: 40px !important;
  align-items: flex-start;
}

.about-us-offer .about-us-item-content {
  width: 560px;
}

.about-us-offer .about-us-item-img {
  width: 560px;
  height: 315px;
}

.about-us-offer .about-us-item-sub-list {
  margin-top: 0;
  font-style: italic;
}

.about-us-offer .about-us-item-sub-list li {
  list-style: disc;
}

.about-us-offer li.about-us-sub-item {
  font-style: normal;
  list-style: none;
  margin-left: -20px;
  padding: 16px 0;
}

.about-us-item.about-us-established {
  padding-top: 64px;
  padding-bottom: 140px;
}

.banner_about_us {
  height: 400px !important;
}

@media only screen and (max-width: 640px) {
  .about-us-container {
    width: 100%;
    padding: 0 16px;
  }

  .about-us-title {
    padding-top: 32px;
  }

  .about-us-item {
    display: block;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
  }

  .about-us-item-img, .about-us-offer .about-us-item-img {
    width: 100%;
  }

  .about-us-item-content, .about-us-offer .about-us-item-content {
    padding-top: 16px;
    width: 100%;
  }

  .about-us-sub-title-t64 {
    padding-top: 40px;
  }

  .about-us-established {
    padding-bottom: 32px !important;
  }

  .about-us-offer {
    display: flex !important;

    flex-direction: column-reverse;
  }

  .banner_about_us {
    height: 480px !important;
  }

  .banner_title {
    padding-top: 105px !important;
  }
}