@media screen and (max-width: 1299px) {
  .result-card .desc .right h1 {
    font-size: 40px;
    line-height: 1.2;
  }

  .qr-modal {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .result-card .desc .right h1 {
    font-size: 35px;
  }
}

@media screen and (max-width: 991px) {
    .result-1-1-card .desc .left {
    background-image: url("../images/result/bg/mobile/card-1.png");
    }
    .result-1-2-card .desc .left {
    background-image: url("../images/result/bg/mobile/card-1.png");
    }
    .result-2-1-card .desc .left {
    background-image: url("../images/result/bg/mobile/card-2.svg");
    }
    .result-2-2-card .desc .left {
    background-image: url("../images/result/bg/mobile/card-2.svg");
    }
    .result-3-1-card .desc .left {
    background-image: url("../images/result/bg/mobile/card-3.png");
    }
    .result-3-2-card .desc .left {
    background-image: url("../images/result/bg/mobile/card-3.png");
    }
    .result-4-1-card .desc .left {
    background-image: url("../images/result/bg/mobile/card-4.png");
    }
    .result-4-2-card .desc .left {
    background-image: url("../images/result/bg/mobile/card-4.png");
    }
    .result-5-1-card .desc .left {
    background-image: url("../images/result/bg/mobile/card-5.png");
    }
    .result-5-2-card .desc .left {
    background-image: url("../images/result/bg/mobile/card-5.png");
    }
    .result-6-1-card .desc .left {
    background-image: url("../images/result/bg/mobile/card-6.png");
    }
    .result-6-2-card .desc .left {
    background-image: url("../images/result/bg/mobile/card-6.png");
    }
    .result-7-2-card .desc .left {
    background-image: url("../images/result/bg/mobile/card-7.png");
    }

  .result-wrapper {
    margin-top: 30px;
  }

  .result-wrapper .result-card .desc-wrapper {
    box-shadow: none;
    background-color: transparent;
  }

  .result-card .desc {
    display: block;
    /* box-shadow: 0px 0px 10px 5px rgba(126, 126, 126, 0.3); */
  }

  .result-card .desc .left {
    width: 100%;
    height: 350px;
    /* background-position: center top; */
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .result-card .desc .right {
    width: 100%;
    padding: 30px 30px 170px 30px;
  }

  .result-card .desc .right h1 {
    font-size: 30px;
    text-align: center;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .result-card .desc .right .subtitle {
    font-size: 18px;
    text-align: center;
  }

  .result-card .desc .right .share {
    width: 40px;
    height: 42px;
  }

  .result-wrapper .more {
    display: none;
  }

  .result-wrapper .right .more {
    display: block;
    position: absolute;
    left: 30px;
    bottom: 30px;
  }

  .result-wrapper .button-result-wrapper {
    justify-content: center;
    margin-top: 20px;
  }

  .qr-modal {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .result-card .desc .left {
    height: 300px;
  }

  .result-card .desc .right .car-match ul li {
    width: 33.33%;
    margin-right: 10px;
  }

  .result-card .desc .right .car-match ul li figure {
    height: 130px;
  }
}

@media screen and (max-width: 575px) {
  .result-card .desc .left {
    height: 250px;
  }

  .result-card .desc .right .car-match ul li figure {
    height: 120px;
  }
}

@media screen and (max-width: 480px) {
  .result-card .desc .left {
    height: 220px;
  }

  .result-card .desc .right {
    padding: 30px 15px 160px 15px;
  }

  .result-card .desc .right .car-match ul li figure {
    height: 90px;
  }

  .result-wrapper .right .more {
    left: 15px;
    bottom: 15px;
    width: 140px;
    height: 46px;
  }

  .result-card .desc .right .qr-code-wrapper {
    right: 15px;
    bottom: 50px;
    width: 90px;
    height: 90px;
  }

  .result-wrapper .button-result-wrapper .restart {
    width: 160px;
    height: 74px;
  }

  .qr-modal {
    width: 80%;
  }

  .result-card .desc .right h1 {
    font-size: 18px;
    text-align: center;
    padding-right: 0;
    margin-bottom: 10px;
  }

  .result-card .desc .right .subtitle {
    font-size: 16px;
    text-align: center;
  }
}

@media screen and (max-width: 350px) {
  .result-card .desc .right .car-match ul li h4 {
    font-size: 16px;
  }

  .result-card .desc .right .color .result-color li {
    width: 40px;
  }

  .result-card .desc .right .color .result-color .name {
    font-size: 12px;
  }

  .result-card .desc .right .car-match ul li figure {
    height: 70px;
  }
}
