.tag-frame {
  padding-top: 69px;
  padding-bottom: 40px;
  background: var(--ts-manila);
}
@media (max-width: 767px) {
  .tag-frame {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.tag-frame .tag-1 {
  width: 258px;
  height: 258px;
  top: -50px;
  position: relative;
  left: -10%;
}
@media (max-width: 767px) {
  .tag-frame .tag-1 {
    width: 150px;
    height: 150px;
  }
}
.tag-frame .tag-2 {
  width: 202px;
  height: 202px;
}
@media (max-width: 767px) {
  .tag-frame .tag-2 {
    width: 124px;
    height: 124px;
  }
}
.tag-frame .tag-3 {
  width: 160px;
  height: 160px;
  position: absolute;
  left: 0;
  right: 30px;
  margin-left: auto;
  margin-right: auto;
  bottom: -40px;
}
@media (max-width: 767px) {
  .tag-frame .tag-3 {
    width: 75px;
    height: 75px;
    bottom: 30px;
  }
}
.tag-frame h4 {
  font-size: 14px;
  font-weight: 600;
}
.tag-frame h2 {
  font-size: 48px;
  font-weight: 800;
}
@media (max-width: 767px) {
  .tag-frame h2 {
    font-size: 26px;
  }
}

.tag-wrap {
  min-height: 350px;
  max-width: 535px;
  width: 100%;
}
@media (max-width: 767px) {
  .tag-wrap {
    min-height: 250px;
  }
}
.label-wrap {
  max-width: 354px;
  width: 100%;
}
@media (max-width: 767px) {
  .label-wrap {
    min-height: 100px;
    position: relative;
    top: -70px;
  }
}
.label-wrap .label-1,
.label-wrap .label-2,
.label-wrap .label-3 {
  width: 88px;
  height: 144px;
}
.label-wrap .label-1 {
  top: 10px;
}
.label-wrap .label-2 {
  top: 80px;
}
.label-wrap .label-3 {
  top: 30px;
}

.app-screen-wrap {
  margin-left: auto;
}
@media (max-width: 767px) {
  .app-screen-wrap {
    margin-right: auto;
    margin-bottom: 25px;
  }
}
.app-screen-wrap .app-screen-1 {
  max-width: 211px;
  margin-top: -120px;
}
@media (max-width: 767px) {
  .app-screen-wrap .app-screen-1 {
    max-width: 300px;
  }
}

.scan-to-content {
  padding: 24px;
  background: var(--ts-white);
  -webkit-border-radius: 16px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius: 16px;
  -moz-border-radius-bottomleft: 0;
  border-radius: 16px;
  border-bottom-left-radius: 0;
}

.showDesktop {
  display: block;
}
@media (max-width: 767px) {
  .showDesktop {
    display: none;
  }
}

.showMobile {
  display: none;
}
@media (max-width: 767px) {
  .showMobile {
    display: block;
  }
}

@media (max-width: 767px) {
  .desktop-margin-top {
    margin-top: 0.5rem !important;
  }
}