.privacy-secA {
  margin-top: var(--headerfixed);
  padding: 5rem 0;
}
@media only screen and (max-width: 767px) {
  .privacy-secA {
    padding: 2rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-secA .website-content h1 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-secA .website-content h2 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .privacy-secA .website-content h3 {
    font-size: 20px;
  }
}

.banner.thank-you-banner .bg {
  height: 100vh;
}
.banner.thank-you-banner .banner-wrapper {
  top: 50%;
  translate: 0 -50%;
}
.banner.thank-you-banner .banner-wrapper .content {
  max-width: 435px;
  margin: 0 auto;
}
.banner.thank-you-banner .banner-wrapper .content h1 {
  margin-bottom: 10px;
}
.banner.thank-you-banner .banner-wrapper .content p {
  margin-bottom: 3rem;
  max-width: 345px;
  margin-left: auto;
  margin-right: auto;
}/*# sourceMappingURL=privacy.css.map */