
p {
    font-size: 16px !important;
}

body {
    background: var(--white);
}

/* -------------------disclaimer-details---------------- */
.privacy-policy {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    overflow: hidden;
	padding-top: 50px;
}

.privacy-policy .page-navi {
    background: #f5f5f5;
}

.privacy-policy h2 {
    font-size: 36px;
    color: var(--theme);
    font-family: Urbanist;
    font-weight: 700;
}

.privacy-policy p {
    position: relative;
    color: #777;
}

.table-seciton {
    overflow: auto;
}

.table-seciton::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

.table-seciton::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.table-seciton::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

table,
th,
tr,
td {
    border: 1px solid #ccc;
}

table {
    overflow-x: scroll !important;
}

th,
td {
    padding: 30px 20px !important;
    font-size: 15px;
}

th {
    min-width: 180px;
}


thead tr th {
    color: #555 !important;
}

tbody td {
    color: #777 !important;
}







/* ======================== */
@media(max-width:540px) {
    .privacy-policy h2 {
        font-size: 24px;
    }

    .page-navi {
        display: flex;
        flex-direction: column;
    }

    th,
    td {
        padding: 10px !important;
    }

}

/* -------------------disclaimer-details end---------------- */