﻿.thank-you-page-generic {
    justify-content: center
}

.box-content-TYP {
    text-align: -webkit-center;
}

.arrow_Content_tankyou {
    text-align: center;
    max-width: 928px;
}

.box-content-TYP {
    padding-top: 125px;
    justify-content: center;
}

.Arrow-UserName-LName {
    display: flex;
    flex-direction: row;
    align-self: center;
}

p.Title_section {
    color: #414141;
    text-align: center;
    font-family: var(--family-title-2);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.Title_TYP {
    color: var(--black-100, #000);
    text-align: center;
    font-family: var(--family-title);
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Text_user_TYP {
    color: var(--black-100, #000);
    text-align: center;
    font-family: var(--family-title-2);
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 1rem;
}

.Text_contet_TYP {
    color: var(--black-100, #000);
    text-align: center;
    font-family: var(--family-title-2);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
}
.arrow-feedback-star {
}

.arrow_text_feedback {
    color: var(--black-100, #000);
    text-align: center;
    font-family: var(--family-title-2);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}

@media (max-width: 1574px){

    .arrow_Content_tankyou {
        max-width: 650px;
    }
}
@media(max-width: 1366px){

    .Title_TYP {
        font-size: 32px;
        line-height: 42px;
    }

    .Text_user_TYP {
        font-size: 24px;
    }

}
