/* two-cards how jemperli works - mobile */
@media screen and (max-width: 1199px) {
  #not-alone .desktop {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  #not-alone .mobile-red {
    color: #e7004c;
  }
}

@media screen and (min-width: 1200px) {
  #not-alone .mobile {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  #not-alone .mobile-red {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  #not-alone .components-content {
    height: 754px;
    position: relative;
  }

  #not-alone img {
    position: relative;
    /*max-width: 345px;
  width: 100%;*/
    margin: 0 auto;
    height: 754px;
    padding-left: 0;
    padding-right: 0;
    display: block;
    right: 20px;
  }

  /* Layout */
  #not-alone .info-text-desc {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    top: -612px;
    gap: 273px;
    left: 50%;
    transform: translateX(-50%);
  }

  /* Text blocks */
  #not-alone .info-left-text {
    display: block;
    width: 280px;
    text-align: center;
    margin: 0 auto;
  }

  #not-alone .info-right-text {
    display: block;
    width: 270px;
    text-align: center;
    margin: 0 auto;
  }

  /* Typography */
  #not-alone .info-font-2,
  #not-alone .gsk-fuchsia {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 900;
  }

  #not-alone .info-font-2 {
    display: block;
    padding-bottom: 8px;
  }

  #not-alone .gsk-fuchsia {
    color: #e7004c;
  }

  /* Utility text */
  #not-alone .u-lg-block,
  #not-alone .headline-5 {
    font-size: 1rem;
    line-height: 1.125rem;
  }

  #not-alone .u-lg-block {
    font-weight: 900;
    display: block;
    width: 270px;
    text-align: center;
  }
  #not-alone .headline-5 {
    color: #000;
  }
}

/* ===========================
   LARGE SCREENS (Desktop)
=========================== */
@media screen and (min-width: 1200px) {
  #not-alone .components-content {
    position: relative;
    max-width: 1216px;
    margin: 0 auto;
  }
  #not-alone img {
    max-width: 1216px;
    height: 313px;
    margin: 0 auto;
    width: 100%;
  }

  #not-alone .info-text-desc {
    flex-direction: row;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: absolute;
    gap: 170px;
    left: 275px;
    top: 109px;
    width: auto;
  }

  #not-alone .info-left-text {
    display: block;
    width: 302px;
    text-align: left;
  }

  #not-alone .info-right-text {
    display: block;
    width: 365px;
    text-align: left;
  }

  #not-alone .gsk-fuchsia,
  #not-alone .info-font-2 {
    color: #e7004c;
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 900;
    display: block;
  }
  #not-alone .info-font-2 {
    padding-bottom: 8px;
  }

  #not-alone .u-lg-block {
    width: auto;
    text-align: left;
    display: block;
  }

  #not-alone .headline-5 {
    color: #000;
    font-size: 1rem !important;
    line-height: 1.125rem !important;
  }
}

#width-small img {
  width: 641.99px !important;
}

#width-icon img {
  width: 140px;
  max-width: none !important;
}

@media screen and (max-width: 1199px) {
  #width-small img {
    width: 295.9px !important;
  }

  [data-component-id="content-card"][id="width-icon"] {
    justify-content: flex-start !important;
    text-align: left !important;
  }
}
