/*
* Templates
*/
.template-thank-you {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 86vh;
  min-height: 660px;
  padding-bottom: 40px;
  position: relative;
  z-index: 1;
}
.template-thank-you__img {
  display: block;
  max-width: 220px;
  margin: 0 auto 44px;
}
.template-thank-you svg {
  max-width: 220px;
  height: auto;
  margin: 0 auto 44px;
}
.template-thank-you__heading {
  margin: 0 auto;
}
.template-thank-you__text {
  margin: clamp(1rem, -1.3846rem + 3.8462vw, 1.5rem) auto 0;
}/*# sourceMappingURL=webhavva-templates.css.map */