.thanks {
padding-top: calc(var(--headerHeight));
}
.thanks__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding: clamp(7rem, 8vw, 15rem) 0rem clamp(6rem, 8vw, 15rem) 0;
gap: clamp(2rem, 3vw, 4rem);
text-align: center;
}
.thanks__content-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: clamp(2rem, 3vw, 3rem);
}
.thanks__content h3 {
text-align: center;
}
.thanks__button {
max-width: -webkit-fit-content;
max-width: -moz-fit-content;
max-width: fit-content;
}