/* privacy and data security page */
.privacy-and-data-security-page-container{
    position: absolute;
    top: 90px;
    width: 100%;
    height: calc(100vh - 90px);
    overflow: auto;
    padding: 10px 20px 10px 35px ;
    
}
.privacy-and-data-security-page-heading{
    text-align: center;
    font-family: var(--font-bold-gil);
    padding: 20px 0 20px 0;
    font-size: 20px;
    font-weight: 700;
}
.rule-heading{
    color: rgb(0, 0, 0);
    font-family: var(--font-bold-gil);
    font-size: 20px;
    font-weight: 900;
}
.privacy-and-data-security-rules{
    list-style: none;
    text-decoration: none;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: var(--font-medium-gil);
    font-size: 16px;
    font-weight: 500;
}
.privacy-and-data-security-page-container ol li::marker{
    font-size: 20px;
    font-weight: 800;
}
.privacy-and-data-security-rules li a{
color: black;
font-style: italic;
}
.grievance-officer-details{
    margin: 20px 0 0 0;
    font-family: var(--font-semibold-gil);
    font-weight: 600;
}
.grievance-officer-details div{
    display: flex;
    align-items: start;
    gap: 50px;
    padding: 2px 0;
    text-align: start;
}


.data-protection-clause-container{
    margin: 2rem 0 0 0;
    
}
.data-protection-clause-heading{
    font-family: var(--font-bold-gil);
    padding: 0 0 0.8rem 0;
}
.data-protection-clause-para-container{
    font-family: var(--font-medium-gil);
}
.data-protection-clause-para-text-1,
.data-protection-clause-para-text-2{
    margin: 0.5rem 0 0 0;
}
.data-protection-clause-para-container span{
font-family: var(--font-bold-gil);
font-weight: 900;
}
.data-protection-clause-para-container{

}
.data-protection-clause-points{
    font-family: var(--font-medium-gil);
    margin-top: 1rem ;
    line-height: 1.2;
}
.data-protection-clause-points h4{
    margin: 0 0 0.5rem 0;
}