@media screen and (max-width: 1540px) {
  .frame {
    width: 100%;
  }

  .slogan {
    width: 100%;
  }

  .rightTop > img {
    width: 100px;
  }

  .spans > span {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .rightTop > span {
    line-height: 1.2;
  }
}

@media screen and (max-width: 1370px) {
  .checkbox {
    font-size: 8px;
  }
  input[type="text"] {
    padding: 5px;
    height: 25px;
    font-size: 11px;
  }

  .rightBot > span {
    font-size: 25px;
  }

  .rightTop > span {
    font-size: 14px;
  }

  button {
    margin-top: 10px;
    width: 120px;
    height: 35px;
  }

  .rightTop > img {
    width: 80px;
  }

  .spans > span {
    font-size: 24px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .left {
    height: auto;
    margin-top: 0px !important;
  }

  .leftLeft {
    height: unset;
  }
  .right {
    position: relative;
  }

  .spans {
    margin-top: 130px;
    margin-left: -45px;
  }

  .spans > span {
    font-size: 16px;
    margin-bottom: 0;
  }
  .spans > span:nth-of-type(1) {
    margin-top: 0;
  }
  .spans > span:nth-of-type(2) {
    margin-top: 20px;
    margin-left: 26px;
  }
  .leftRight {
    position: absolute;
    right: 0;
    top: 0;
  }
  video {
    width: 100%;
  }
  .frame {
    width: 90%;
    position: absolute;
    right: -20px;
    top: 30px;
  }

  .slogan {
    width: 70%;
    position: relative;
    top: 0;
    left: 0;
  }

  .right {
    justify-content: space-evenly;
    height: auto;
    margin-top: 300px !important;
  }
  .footer_info img {
    width: 100%;
  }
}
