/* --- Privacy Policy css --*/

.main_container_static {
    font-family: serif;
    color: rgb(17, 17, 17);
    margin-left: auto;
    margin-right: auto;
    margin-top: 12%;
    width: 90%;
    width: min(60%, 1536px);
}

.title_style {
    font-family: serif;
    color: rgb(17, 17, 17);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 1px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 5px;
    line-height: 30px;
}

.heading_style {
    font-family: serif;
    color: rgb(17, 17, 17);
    font-weight: 600;
    font-size: 18px;
    /*letter-spacing: 1px;*/
    line-height: normal;
    margin-bottom: 10px;
}

.body_style_01 {
    font-family: serif;
    color: rgb(46, 46, 46);
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 36px;
    text-align: justify;
}

.update_style {
    font-family: serif;
    color: rgb(117, 117, 117);
    font-size: 16px;
    margin-bottom: 50px;
    text-align: center;
    font-style: italic;
}

address {
    font-family: serif;
    color: rgb(51, 102, 204);
    display: block;
    font-weight: 400;
    font-size: 14px;
    /*font-style: italic; */
    line-height: 1.5;
    margin-bottom: 36px;
    text-align: justify;
}

address a {
    color: rgb(51, 102, 204);
    font-family: serif;
}
address b {
    color: rgb(51, 102, 204);
}
.gap {
    display: block;
    margin-top: 5em;
    margin-bottom: 5em;
}


@media only screen and (max-width: 768px) {
    .main_container_static {
        width: 88%;
        margin-top: 144px;
    }
}