@media only screen and (min-width: 1920px) {
    .privacy_div_father {
        width: 42%;
    }
}
@media only screen and (max-width: 1920px) {
    .privacy_div_father {
        width: 64%;
    }
}
.privacy_div_father{
    padding: 80px 0 185px 0;
    background-color: #FFFFFF;
    margin: auto;
    text-align: left;
}
.privacy_div_father>.privacy_div:first-of-type{
    margin-top: 80px;
}
.privacy_div_father>h3{
    font-size: 28px;
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #272727;
    border-bottom: 1px solid rgb(230, 230, 230);
    padding-bottom: 80px;
}
.privacy_div>ul{
    margin-left:30px;
}
.privacy_div>ul>li{
    list-style: disc;
    font-size: 25px;
    color: #000;
}

.privacy_div h4{
    font-size: 16px;
    font-family: 'Montserrat';
    font-weight: bold;
    line-height: 22px;
    color: #000;
    margin-bottom: 12px;
}

.privacy_div{
    margin-top: 60px;
}
.privacy_div>h3{
    font-size: 18px;
    font-family: 'Montserrat';
    font-weight: 700;
    line-height: 24px;
    color: #000;
    margin-bottom: 20px;
}
.privacy_div p{
    font-size: 14px;
    font-family: 'Montserrat';
    font-weight: 400;
    line-height: 20px;
    color: #000;
    margin-bottom: 12px;
}
.privacy_div p>span{
    font-family: 'Montserrat';
    font-weight: 700;
    color: #000;
}
.privacy_div a{ 
    color: #FF8b00;
}
.privacy_div2>li{
    list-style-type: disc;
    color: #000;
}