/*
  Colors
*/
/*
  Width
*/
/*
  Space
*/
/*
	Shadow
*/
.thankyou-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 34px 0;
  width: 100%;
  max-width: 770px;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #ede9e9;
}
.thankyou-box__title {
  width: 100%;
  max-width: 500px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: -0.5px;
  text-align: center;
  color: #474242;
}
.thankyou-box__text {
  padding: 8px 48px;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: center;
  line-height: 1.61em;
  color: #afabab;
}
.thankyou-box__text p {
  margin-bottom: 4px;
}
.thankyou-box__text p.bold {
  font-weight: 700 !important;
  color: #767676 !important;
}