.showcase {
  background-image: url('assets/apps_showcase_bg.png');
  background-size: 100%;
  background-repeat: no-repeat;
  display: block;
}

.showcase-mobile {
  background-image: url('assets/apps_showcase_bg_mobile.png');
  background-size: 100%;
  background-repeat: no-repeat;
  display: none;
}

.showcase-main-text {
  font-weight: 700;
  font-size: 2.8125rem;
  line-height: 3.25rem;
  font-weight: 700;
}

.showcase-highlight-text {
  color: #E168BF !important;
}

.showcase-link-text {
  font-weight: 600;
  font-size: 1rem;
  color: #E168BF;
  letter-spacing: 0.15px;
}

.showcase-caption-text {
  font-weight: 400;
  color: #0F1928;
  line-height: 1.5rem;
  font-size: 1rem;
}

.showcase-item-container {
  position: relative;
  text-align: center;
}

.showcase-item-title-text {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.5rem;
}

.showcase-item-caption-text {
  font-size: 1rem;
  line-height: 1.4375rem;
}

.showcase-item {
  position: absolute;
  top: 75%;
  left: 50%;
  width: 20rem;
  transform: translate(-50%, -50%);
}

 @media screen and ( max-width: 1024px) {
  .showcase {
    display: none;
  }

  .showcase-mobile {
    display: block;
  }

  .showcase-main-text {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  .showcase-secondary-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .showcase-link-text {
    font-size: 0.6875rem;
    font-weight: 500 !important;
  }

  .showcase-item-title-text {
    font-size: 1.375rem;
    line-height: 1.75rem;
  }

  .showcase-item-caption-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

}