/* 品牌代言 */
.endorsement {
  padding-bottom: 90px;
}

.endorsement__title {
  font-family: HarmonyOS_Sans_SC_Bold, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 22px;
  color: #a42127;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 22px;
}

.endorsement__text {
  margin-bottom: 36px;
}

.endorsement__text p {
  font-family: HarmonyOS_Sans_SC, "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 16px;
  color: #111111;
  line-height: 28px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 14px;
}

.endorsement__text p:last-child {
  margin-bottom: 0;
}

.endorsement__hero {
  width: 100%;
  overflow: hidden;
  background: #a42127;
}

.endorsement__hero img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 1024px) {
  .endorsement {
    padding-bottom: 64px;
  }

  .endorsement__title {
    font-size: 20px;
    line-height: 28px;
  }

  .endorsement__text {
    margin-bottom: 28px;
  }
}

@media (max-width: 768px) {
  .endorsement {
    padding-bottom: 48px;
  }

  .endorsement__title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 16px;
  }

  .endorsement__text {
    margin-bottom: 24px;
  }

  .endorsement__text p {
    font-size: 15px;
    line-height: 26px;
  }
}

