.thank-you__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    padding: 200px 0px;
}

.thank-you__content-title {
    font-size: 80px;
    max-width: 666px;
    text-align: center;
}

.thank-you__content-description {
    font-size: 24px;
    color: #6F757F;
    text-align: center;
    max-width: 666px;
}

.thank-yout__button {
    margin-top: 72px;
}