.section-thank-you {
    width: 100%;
    margin: 0 auto;
    padding: 150px 20px 20px;
    height: 100vh;
    text-align: center;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}


.section-thank-you h2 {
    color: #fff;
    font-size: 3.5rem;
    line-height: 1.2;
    max-width: 1000px;
    margin: 0 auto;
    font-family: PP Editorial New;
}

.section-thank-you a {
    color: #fff;
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 20px;
    font-family: Neue Haas Grotesk Display Pro;
}

@media screen and (max-width: 768px) {
    .section-thank-you h2 {
        font-size: 2.5rem;
    }

    .section-thank-you a {
        font-size: 2rem;
    }
}