﻿.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(--font-family-1);
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.Title_TYP {
    color: var(--brand-black, #222222);
    text-align: center;
    font-family: var(--font-family-1, 'Titillium Web');
    font-size: 3rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36.5px;
}

.Text_user_TYP {
    color: var(--brand-black, #222222);
    text-align: center;
    font-family: var(--font-family-1, 'Titillium Web');
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 36.5px;
    text-transform: uppercase;
}

.Text_contet_TYP {
    color: var(--black-100, #000);
    text-align: center;
    font-family: var(--font-family-1);
    font-size: 1.125rem;
    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(--font-family-1);
    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;
    }

}

@media (min-width: 1366px) {
    .boxHome {
        transform: translateY(20%);
    }
}
.boxHome .paragraph {
    font-size: 21px;
}
.boxHome .paragraph .full-name{
    font-size: 1.5rem;
}
@media (max-width: 768px) {
    .boxHome .paragraph {
        font-size: 1rem;
    }
}