html {
  font-size: 25px;
}
@media only screen and (max-width: 2300px) {
  html {
    font-size: 23px;
  }
}
@media only screen and (max-width: 2200px) {
  html {
    font-size: 22px;
  }
}
@media only screen and (max-width: 2100px) {
  html {
    font-size: 21px;
  }
}
@media only screen and (max-width: 2000px) {
  html {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1900px) {
  html {
    font-size: 19px;
  }
}
@media only screen and (max-width: 1800px) {
  html {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1700px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (max-width: 1540px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 991px) {
  html {
    font-size: 15px;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 14px;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 14px;
  }
}

.thankyou-page .section-title,
.page-404 .section-title {
  padding-top: 2.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.thankyou-page .section-title .inner,
.page-404 .section-title .inner {
  max-width: 532px;
}
@media only screen and (min-width: 576px) {
  .thankyou-page .section-title .inner,
  .page-404 .section-title .inner {
    text-align: center;
  }
}
.thankyou-page .section-title .inner p,
.page-404 .section-title .inner p {
  margin-bottom: 2.5rem;
}
@media only screen and (min-width: 576px) {
  .thankyou-page .section-title .inner .button-holder,
  .page-404 .section-title .inner .button-holder {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
.thankyou-page .section-line .inner,
.page-404 .section-line .inner {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 100px;
}

/*# sourceMappingURL=thankyou.css.map */
