.qd-tab-section {
  word-break: break-word;
  background-color: rgb(var(--color-background));
  /* font-family: Neutraface Text; */
}
.qd-tab__image {
  position: relative;
  display: flex;
}

.qd-tab__content {
}
.qd-tab__header .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin-bottom: 2px;
  color: rgb(var(--color-text));
  font-family: var(--sort-title-font);
}
.qd-tab__header .description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 20px;
  color: rgb(var(--color-text));

}
.qd-tab__content .qd-tab__content-item:not(.is-active){
  display: none;
}
.qd-tab__group {
  width: 100%;
}
.qd-tab__item {
  display: flex;
}
.qd-tab__item-image {
  width: 66.6667%;
  overflow: hidden;
}

/* Tablet - 768px ~ 991px */
@media (min-width: 768px) {
  .qd-tab__header .title {
    font-size: 24px;
    line-height: 130%;
    margin-bottom: 4px;
  }
  .qd-tab__header .description {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

/* PC - 992px及以上 */
@media (min-width: 992px) {
  .qd-tab__header .title {
    font-size: 30px;
    margin-bottom: 8px;
    line-height: 120%;
  }
  .qd-tab__header .description {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
