
.termCondi p {
    text-align: justify;
}

.termCondi ol {
    padding-left: 1.5rem;
}

.termCondi ol li {
    color: #303030;
    font-size: 15px;
    text-align: justify;
}

.termCondi ol li::marker {
    color: #303030;
    font-size: 15px;
    font-weight: 600;
}

.termCondi h3 {
       font-weight: 600;
    margin-top: 2rem;
}

.tnc{
    position: relative;
    margin-bottom: 20px;
    width: fit-content;
}

.tnc:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, #4000b1 0%, #0d6cff 50%);
    bottom: 0px;
}
.termCondi p.notitle{
position: relative;
    top: -28px;
    left: 37px;
	margin-bottom: 0 !important;
}
.termCondi li {
    line-height: 25px;
    margin-bottom: 10px;
    font-size: 15px;
}




.privyPoli p {
    text-align: justify;
}

.privyPoli ul {
    padding-left: 1rem;
}

.privyPoli li {
    list-style-type: none;
    text-align: justify;
    padding: 4px;
}

.privyPoli li::before {
    content: "\f7d8";
    font-family: "tabler-icons";
    color: #303030;
    font-size: 16px;
}

.privyPoli h4 {
    color: inherit;
    background: linear-gradient(90deg, #4000b1 0%, #0d6cff 25%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-top: 3rem;
}
