.thank-you-page { 

}

.thank-you-page > .container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-block: 120px;
    gap: 12px;
}

.thank-you-page .container h1 { 
    font-weight: 900;
    font-size: 55px;
    line-height: 1.3;
}

.thank-you-page .container .thank-you-page-content{ 
    font-family: Larken;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    
}



.thank-you-page .container .button { 
    margin-top: 12px;
}

@media (max-width: 768px) {
    .thank-you-page > .container {
        padding-block: 80px;
    }
}