.thanks {
  max-width: 806px;
  margin: auto;
  width: 100%;
  padding-top: 161px;
  padding-bottom: 105px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .thanks {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
  }
}
.thanks .title {
  width: 309px;
  text-align: center;
  border: 2px solid rgb(255, 138, 21);
  font-size: 40px;
  color: rgb(255, 138, 21);
  padding: 5px 0px;
  margin: auto;
  font-weight: 400;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .thanks .title {
    width: 225px;
    height: 74px;
    font-size: 24px;
  }
}
.thanks .text {
  font-size: 50px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 72px;
  font-weight: bold;
  color: rgb(29, 32, 45);
  margin-top: 60px;
}
@media screen and (max-width: 600px) and (min-width:360px) {
  .thanks .text {
    font-size: 24px;
    line-height: 42px;
    letter-spacing: 0.96px;
  }
}
.thanks .content p {
  font-size: 13px;
  text-align: left;
  color: rgb(29, 32, 45);
  margin-top: 40px;
  letter-spacing: 0.52px;
  line-height: 29px;
}
.thanks .btn {
  width: 370px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FF8A15;
  margin: 40px auto 0 auto;
}
.thanks .btn a {
  text-decoration: none;
  display: block;
  width: inherit;
  height: inherit;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", "sans-serif";
  font-weight: 600;
  transition: all 0.3s;
  letter-spacing: 2.1px;
  line-height: 34px;
  background-color: #FF8A15;
  border: none;
}
.thanks .btn a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=download-complete.css.map */