.thank-you {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.thank-you__container {
  max-width: 512px;
  padding: 0 16px;
}
@media (max-width: 767px) {
  .thank-you__container {
    max-width: 256px;
  }
}

.image-box {
  text-align: center;
}
.image-box__img {
  width: 150px;
  height: 150px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .image-box__img {
    width: 94px;
    height: 94px;
    margin-bottom: 26px;
  }
}
.image-box__title {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  color: #252200;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .image-box__title {
    font-size: 26px;
  }
}
.image-box__description {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.2px;
  text-align: center;
  color: #5a5e5f;
}/*# sourceMappingURL=style.css.map */