.container .thanksPage .bannerWrapper {
  background-color: rgb(250, 249, 254);
  background-image: url(../img/thanks_page_banner-1.webp);
  background-size: cover;
  padding: 6.25vw 1.0416666667vw;
}
.container .thanksPage .bannerWrapper .h1_div {
  max-width: 100%;
  width: 1150px;
  margin: auto;
}
.container .thanksPage .bannerWrapper h1 {
  font-size: 48px;
  display: inline-block;
  font-family: "Archivo Narrow";
}
.container .thanksPage .thanksWrapper {
  padding: 4.1666666667vw 1.0416666667vw;
}
.container .thanksPage .thanksWrapper .this_in {
  width: 1150px;
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .thanksPage .thanksWrapper .this_in .img_b {
  width: 441px;
  max-width: 100%;
}
.container .thanksPage .thanksWrapper .this_in .img_b svg {
  width: 100%;
  height: auto;
}
.container .thanksPage .thanksWrapper .this_in .right {
  width: 663px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  row-gap: 1.8229166667vw;
}
.container .thanksPage .thanksWrapper .this_in .right h5 {
  font-size: 40px;
  font-weight: 600;
  color: rgb(45, 42, 64);
  font-family: "Archivo Narrow";
}
.container .thanksPage .thanksWrapper .this_in .right p {
  font-size: 16px;
  line-height: 1.5;
  color: #121212;
  font-weight: 400;
}
.container .thanksPage .thanksWrapper .this_in .right .this_button {
  font-family: "Archivo Narrow";
  color: #fff;
  display: inline-block;
  background-color: #bbb2ed;
  padding: 0.5208333333vw 1.0416666667vw;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.35s;
  font-size: 16px;
}
.container .thanksPage .thanksWrapper .this_in .right .this_button:hover {
  background-color: #e6e3f8;
  transition: all 0.35s;
}

@media screen and (max-width: 1500px) {
  .container .thanksPage .bannerWrapper .h1_div {
    /*width: 100%;*/
    width: 90vw;
  }
  .container .thanksPage .thanksWrapper .this_in {
    /*width: 100%;*/
    
    width: 90vw;
  }
  .container .thanksPage .thanksWrapper .this_in .img_b {
    width: 45%;
  }
  .container .thanksPage .thanksWrapper .this_in .right {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .container .thanksPage .bannerWrapper .h1_div {
    width: 90vw;
  }
  .container .thanksPage .bannerWrapper .h1_div h1 {
    font-size: 5vw;
  }
  .container .thanksPage .thanksWrapper .this_in {
    width: 90vw;
    flex-direction: column;
  }
  .container .thanksPage .thanksWrapper .this_in .img_b {
    width: 100%;
  }
  .container .thanksPage .thanksWrapper .this_in .right {
    margin-top: 2vw;
    width: 100%;
  }
  .container .thanksPage .thanksWrapper .this_in .right h5 {
    font-size: 4.6vw;
  }
  .container .thanksPage .thanksWrapper .this_in .right p {
    font-size: 3.5vw;
  }
  .container .thanksPage .thanksWrapper .this_in .right .this_button {
    font-size: 3.5vw;
  }
}/*# sourceMappingURL=all.css.map */