.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 {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.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;
}
.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: 32px;
  }
}
.thanks .content p {
  font-size: 13px;
  text-align: left;
  color: rgb(29, 32, 45);
  margin-top: 40px;
  letter-spacing: 0.52px;
  line-height: 29px;
}/*# sourceMappingURL=contact-complete.css.map */