.thank-you .container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: calc(100vh - 200px);
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: column;
}
.thank-you .container h1 {
  font-size: 75px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: 2px;
}
.thank-you .container p {
  font-size: 20px;
  font-weight: 300;
}
.thank-you .container .checkmark {
  width: 150px;
  background-color: #249e6b;
  padding: 7px 24px;
  position: relative;
  margin-top: 15px;
}
.thank-you .container .checkmark::after {
  bottom: -6px;
  left: -6px;
  content: "";
  position: absolute;
  margin: -4px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  background-color: #fff;
}
.thank-you .container .checkmark img {
  width: 25px;
}
@media (max-width: 500px) {
  .thank-you .container h1 {
    font-size: 60px;
  }
  .thank-you .container p {
    font-size: 18px;
  }
}

/*# sourceMappingURL=thank-you.css.map */
