.home-wrapper {
  display: block;
  /* display: none; */
  width: 100%;
  padding-top: 0px;
  padding-bottom: 80px;

  position: relative;
  z-index: 20;
}

.inner-home {
  display: flex;
  width: 100%;
  padding-top: 30px;
}

.inner-home .left {
  display: block;
  width: 60%;
}

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

.inner-home .left .qr-code-wrapper {
  display: flex;
  align-items: center;
  color: #608fff;
  line-height: 1.3;
  font-size: 20px;
  text-align: left;
  margin-top: 30px;

  background-color: #ffffff;
  padding: 10px;
  border-radius: 20px;
  max-width: 60%;
  justify-content: center;
}

.inner-home .left .qr-code-img {
  width: 60px;
  height: 60px;
  cursor: pointer;
  margin-right: 20px;
}

.inner-home .left .qr-code-img img {
  /* border-radius: 20px; */
  max-width: 60px;
}

.inner-home .right {
  position: relative;
  display: block;
  width: 40%;
}

.inner-home .right .right-inner {
  position: absolute;
  top: 60px;
  right: 0;
  display: block;
}

.inner-home .right .home-title {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}

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

.inner-home .right .start,
.start-mobile {
  display: block;
  width: 274px;
  height: 274px;
  background-image: url("../images/button-start.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-color: transparent;
  border: 0;
  outline: 0;
  transition: ease-in-out 0.2s;
  margin: auto;
  transition: ease-in-out 0.2s;
}

.start-mobile {
  display: none;
}

.inner-home .right .start:hover,
.start-mobile:hover {
  background-image: url("../images/button-start-hover.png");
}
