@media screen and (max-width: 1299px) {
  .inner-home {
    padding-top: 25px;
  }

  .inner-home .right .start {
    width: 240px;
    height: 240px;
  }

  .start-mobile {
    display: none;
  }
}

@media screen and (max-width: 1199px) {
  .inner-home {
    padding-top: 25px;
  }

  .inner-home .right .right-inner {
    top: 20px;
  }

  .inner-home .right .home-title img {
    width: 470px;
  }

  .inner-home .right .start {
    width: 200px;
    height: 200px;
  }

  .start-mobile {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .home-wrapper {
    padding-bottom: 0;
  }

  .inner-home {
    flex-direction: column-reverse;
    justify-content: center;
    padding-top: 25px;
  }

  .inner-home .left {
    width: 100%;
  }

  .inner-home .right {
    width: 100%;
  }

  .inner-home .right .right-inner {
    position: static;
  }

  .inner-home .right .home-title img {
    width: 100%;
    max-width: 470px;
  }

  .inner-home .left {
    text-align: center;
  }

  .inner-home .left img {
    max-width: 60%;
  }

  .inner-home .left .qr-code-wrapper {
    justify-content: center;
  }

  .inner-home .left .qr-code-img {
    width: 50px;
    height: 50px;
  }

  .inner-home .left .qr-code-wrapper {
    max-width: 100%;
    margin-left: 25%;
    margin-right: 25%;
    /* padding-right: 50%; */
  }

  .inner-home .right .start {
    display: none;
  }

  .start-mobile {
    width: 240px;
    height: 240px;
    margin-top: 20px;
    display: block;
  }

  .inner-home .left .qr-code-wrapper {
    display: none;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .home-wrapper {
    padding-bottom: 0;
  }

  .inner-home {
    padding-top: 20px;
  }

  .inner-home .right .home-title img {
    max-width: 280px;
  }
  .inner-home .right .start {
    display: none;
  }

  .start-mobile {
    width: 200px;
    height: 200px;
    margin-top: 20px;
    display: block;
  }

  .inner-home .left .qr-code-wrapper {
    display: none;
    text-align: center;
  }

  .inner-home .left .qr-code-img {
    margin: auto;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .inner-home .left img {
    max-width: 280px;
  }

  .inner-home .right .home-title {
    margin-bottom: 5px;
  }

  .start-mobile {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    display: block;
  }
}

@media screen and (max-width: 380px) {
  .inner-home .left img {
    max-width: 180px;
  }

  .inner-home .right .home-title {
    margin-bottom: 5px;
  }

  .start-mobile {
    width: 150px;
    height: 150px;
    margin-top: 10px;
    display: block;
  }
}
