body {
     font-family: 'Kanit', sans-serif;
    font-size: 18px;
    color: black;
}

.textTitle-1 {
    margin-top: 1.5rem;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}

.textTitle-2 {
    margin-top: 2rem;
    font-weight: bold;
}
.textTitle-3 {
    margin-top: 2rem;
    font-weight: bold;
    text-decoration: underline;
    text-align: center;
}
.container.cookiesPolicy p {
    margin-top: 1rem;
    line-height: 2;
    text-align: justify;
    text-justify: inter-word;
}

p.indent2 {
    text-indent: 3em;
}
p.indent3 {
    text-indent: 3em;
}

p.indent5 {
    text-indent: 5em;
}

p.indent7 {
    text-indent: 7em;
}
p.indent4 {
    text-indent: 4em;
    margin-inline-start: 3cm;
}
ol.pInlineStart1 {
    padding-inline-start: 4cm;
}

ol.pInlineStart1 li {
    padding-inline-start: 22px;
    line-height: 2;
    text-align: justify;
    text-justify: inter-word;
}

ul.pInlineStart1 {
    padding-inline-start: 2cm;
}
ul.pInlineStart1 li {
    padding-inline-start: 16px;
    line-height: 2;
    text-align: justify;
    text-justify: inter-word;
}
.table.typeCookies td, .table.typeCookies th{
    font-size: 18px;
}
.font-black p a {
    color: black;
}
.privacyPolicy p{
    line-height: 1.8;
}