/*!
 * Tabler Icons 2.47.0 by tabler - https://tabler.io
 * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
 */

@font-face {
    font-family: "tabler-icons";
    font-style: normal;
    font-weight: 400;
    src: url("../webfonts/tabler-icons.eot?v2.47.0");
    src: url("../webfonts/tabler-icons.eot?#iefix-v2.47.0") format("embedded-opentype"), url("../webfonts/tabler-icons.woff2?v2.47.0") format("woff2"), url("../webfonts/tabler-icons.woff?") format("woff"), url("../webfonts/tabler-icons.ttf?v2.47.0") format("truetype");
}

.section-description {
    float: none;
}

.privyPoli p {
    text-align: justify;
}

.privyPoli ul {
    padding-left: 1rem;
    width: 100%;
    /* float: left; */
    display: block;
}

.privyPoli li {
    list-style-type: none;
    text-align: justify;
    padding: 4px;
    position: relative;
}

.privyPoli li::before {
    content: "\f7d8";
    font-family: "tabler-icons";
    color: #303030;
    font-size: 16px;
    position: absolute;
    left: -15px;
}

.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;
}

.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;
}