.page-thank-you {
  padding: 130px 0 90px;
}
@media all and (min-width: 1024px) {
  .page-thank-you {
    padding: 162px 0 90px;
  }
}
.page-thank-you .section-banner .content {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background-color: #2D3838;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  box-sizing: border-box;
  position: relative;
}
@media all and (min-width: 1024px) {
  .page-thank-you .section-banner .content {
    min-height: 388px;
    max-width: 800px;
  }
}
.page-thank-you .section-banner .content:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../../../../assets/images/thank-you-bg.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.page-thank-you .section-banner .content .inner-content {
  max-width: 468px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.page-thank-you .section-banner .content .inner-content .title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}
@media all and (min-width: 1024px) {
  .page-thank-you .section-banner .content .inner-content .title {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.page-thank-you .section-banner .content .inner-content .description p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #fff;
  text-align: center;
}
@media all and (min-width: 1024px) {
  .page-thank-you .section-banner .content .inner-content .description p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.page-thank-you .section-banner .content .inner-content .button-holder {
  margin-top: 40px;
}/*# sourceMappingURL=thank-you.css.map */