/* two-cards how jemperli works - mobile */
@media screen and (max-width: 1199px) {
  #two-cancer-card .desktop {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  #two-cancer-card .mobile {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  #two-cancer-card .two-card-wrapper {
    height: 770px;
  }

  #two-cancer-card .card-block img {
    width: 238px !important;
    height: auto;
  }

  /* ---------- FIRST CARD ---------- */

  #two-cancer-card .richText-content {
    position: absolute;
    display: flex;
    text-align: start;
    flex-direction: column;
    left: calc(50% - 45px);
    top: 88px;
  }

  #two-cancer-card .adjust-text {
    display: block;
    font-size: 1.125rem;
    line-height: 1.25rem;
    padding-top: 124px;
    width: 170px;
    color: #000 !important;
  }

  #two-cancer-card .left-info {
    position: absolute;
    width: 276px;
    left: -95px;
    top: 179px;
  }

  #two-cancer-card .info-font-7 {
    display: block;
    text-align: center;
    font-size: 1.45rem;
    line-height: 1.875rem;
    color: #e7004c;
    font-weight: 900;
  }

  #two-cancer-card .info-text-align {
    text-align: center !important;
    display: block;
    color: #000 !important;
    font-size: 1rem !important;
    line-height: 1.25rem !important;
  }

  /* ---------- MOBILE ARROW ---------- */

  #two-cancer-card .analytics-image-tracking img {
    margin-top: 112px;
    margin-bottom: 0;
    max-width: 100%;
    height: auto;
  }

  /* ---------- SECOND CARD ---------- */

  #two-cancer-card .richTexts-content {
    position: absolute;
    display: flex;
    text-align: start;
    flex-direction: column;
    left: calc(50% - 45px);
    top: 649px;
  }

  #two-cancer-card .left-adjust-text {
    text-align: left;
    left: 0px;
    margin-top: -50px;
    position: absolute;
    font-size: 1.135rem;
    line-height: 1.25rem;
    width: 130px !important;
    display: block;
    color: #000 !important;
  }

  #two-cancer-card .right-info {
    position: absolute;
    top: 20px;
    width: 320px;
    left: -120px;
  }
}

/*DESKTOP */
@media screen and (min-width: 1200px) {
  #two-cancer-card .two-card-wrapper {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: nowrap;
  }

  #two-cancer-card .card-block {
    position: relative;
    max-width: 489px;
    max-height: 395px;
    width: 100%;
    overflow: hidden;
  }

  #two-cancer-card .card-block img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  #two-cancer-card .richText-content,
  #two-cancer-card .richTexts-content {
    position: absolute;
    display: flex;
    text-align: start;
    left: 298px;
    top: 142px;
  }

  #two-cancer-card .adjust-text,
  #two-cancer-card .left-adjust-text {
    position: absolute;
    left: -10px;
    display: block;
    width: 92px;
    font-size: 1rem;
    line-height: 14px !important;
    color: #000 !important;
    text-align: start;
    font-weight: 400;
  }

  #two-cancer-card .left-info,
  #two-cancer-card .right-info {
    position: absolute;
    top: 72px;
    color: #1d1d1f;
    font-weight: 400;
  }

  #two-cancer-card .left-info {
    width: 266px;
    left: -180px;
    font-size: 1rem;
    line-height: 1.375rem;
  }

  #two-cancer-card .right-info {
    width: 292px;
    left: -200px;
  }

  #two-cancer-card .u-block {
    display: block;
    font-size: 1rem;
    line-height: 1.375rem;
    color: #e7004c;
  }

  #two-cancer-card .info-font-7 {
    color: #e7004c;
    font-size: 1.375rem;
    line-height: 1.5rem;
    font-weight: 900;
  }

  #two-cancer-card .info-text-align,
  #two-cancer-card .info-text-align span {
    color: #000 !important;
  }

  #two-cancer-card .info-text-align span {
    font-size: 1rem !important;
    line-height: 1.25rem !important;
    font-weight: 400;
    text-align: start;
  }
}
