.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: 64px auto 0 auto;
}
.thank_you_subtitle{
    max-width: 485px;
    margin: 24px auto 32px auto;
}
.thank_you_subtitle a{
    color: #FF515E;
    text-decoration-line: underline;
}
footer{
    display: none!important;
}
