.banner_privacy{
    background-image: url("../imgs/privacy.png");
    height: 100vh;
}
.privacy_container h4{
    margin-top: 15px;
}
.privacy_container p{
    margin-bottom: 10px;
}
.privacy_container li{
    margin-bottom: 10px;
}
.privacy_container b{
    font-weight: 400;
   
}
.bold{
    font-weight: 600 !important;
}
@media screen and (max-width: 568px){
    .banner_privacy{
        height: 350px;
    }
}