.mfp-iframe-scaler iframe {
    width: 100% !important;
    height: 100vh !important;
}

.privacy-policies{
    font-family: Verdana, Arial, Helvetica, sans-serif;
}
.privacy-policies h1{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#000;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}
.privacy-policies h2{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color:#000;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}
.privacy-policies h3{
    color:#000;
}
.privacy-policies p{
    text-align: justify;
}

.privacy-policies ul li{
    text-align: justify;
}
.privacy-policies ol li{
    text-align: justify;
}

.privacy-policies table thead{
    background-color: #153d63;
    color: #fff;
}