.section-thank_you{
    height: 100vh;
    background: #FAFAFA;
}
.thank_you_wrapper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}
.thank_you_title{
    max-width: 485px;
    margin: 32px auto 0 auto;
}
.thank_you_subtitle{
    max-width: 485px;
    margin: 16px auto 32px auto;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--Text-secondary);
}
.thank_you_subtitle a{
    color: #FF515E;
    text-decoration-line: underline;
}
.thank_you_wrapper .btn{
    min-height: 52px;
}
footer{
    display: none!important;
}
@media (max-width: 640px) {
    .ready_btn-wrap, .thank_you_wrapper .btn {
        width: 100%;
    }
}