.qd-tab-image-with-text-section {
  word-break: break-word;
  background-color: rgb(var(--color-background));
  /* font-family: Neutraface Text; */
}
.qd-tab-image-with-text__image {
  position: relative;
  display: flex;
}

.qd-tab-image-with-text__content {
}
.qd-tab-image-with-text__header .qd-text:nth-of-type(1) {
  margin-bottom: 2px;
}
.qd-tab-image-with-text__header {
  margin-bottom: 20px;
}
.qd-tab-image-with-text__content .qd-tab-image-with-text__content-item:not(.is-active){
  display: none;
}
.qd-tab-image-with-text__group {
  width: 100%;
}
.qd-tab-image-with-text__item {
  display: flex;
}
.qd-tab-image-with-text__item-image {
  width: 66.6667%;
  overflow: hidden;
}

/* Tablet - 768px ~ 991px */
@media (min-width: 768px) {

  .qd-tab-image-with-text__header .qd-text:nth-of-type(1) {
    margin-bottom: 4px;
  }
  .qd-tab-image-with-text__header {
    margin-bottom: 24px;
  }
}

/* PC - 992px及以上 */
@media (min-width: 992px) {
  .qd-tab-image-with-text__header .qd-text:nth-of-type(1) {
    margin-bottom: 8px;
  }
  .qd-tab-image-with-text__header {
    margin-bottom: 30px;
  }
}
