body{
    font-style: normal;
}

.taright { text-align: right; }
.tarleft { text-align: left; }
.tacenter { text-align: center; }

table { border-collapse: collapse; }
table tr {  }
table tr td { border: 1px solid #000; border-spacing: 0; padding: 5px; }

.privacy{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;

    padding-top: 100px;
    padding-bottom: 100px;

    width: 100%;

    background-color: #f9f9f9;
}

.privacy__container{
   padding-left: 412px;
   padding-right: 317px;
}

.privacy__container h1, .privacy__container h2{
    font-weight: 400;
    font-size: 24px;
    line-height: 26px;

    color: #000000;

    margin-top: 36px;
}

.privacy__container p{
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;

    color: #000000;

    margin-top: 36px;
}

.thankyou-footer{
    display: flex;
    justify-content: center;
    align-items: center;


    background-color: unset;

    padding-top: 30px;

}

.footer__button-back{
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100px !important; 
    height: 50px;


}


@media screen and (max-width: 1400px){
    .privacy__container{
        padding-left: 10%;
        padding-right:  10%;
     }
}

