p {
    font-size: 16px !important;
}

body {
    background: var(--white);
}

/* -------------------disclaimer-details---------------- */
.privacy-policy {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
	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 h3 {
    font-size: 24px;
    color: #555;
    font-family: Urbanist;
    font-weight: 600;
    text-decoration: underline;
}
.privacy-policy h6{
    color: #777;
}
.privacy-policy p {
    position: relative;
    color: #777;
}

.privacy-policy p::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #777;
    left: -15px;
    top: 10px;
    position: absolute;
}

/* ======================== */
@media(max-width:540px) {
    .privacy-policy h2 {
        font-size: 24px;
    }
    .privacy-policy h3{
        font-size: 20px;
    }

}

/* -------------------disclaimer-details end---------------- */