/*landing*/
.landing{
    background-image: url('../../images/landing_privacy.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.landing .landing_hed{
    color: #fff;
    text-align: center;
}
.landing .line{
    width: 50%;
}
.landing .line{
border: 3px solid  #fff;
}
.landing .socials{
color: #fff;
font-size: 33px;
}

/*privacy*/
.privacy .num{width: 25px;height:25px;background-color: rgb(0 0 0);color: #fff;border-radius: 50%;display: flex;justify-content: center;align-items: center;}

.privacy .privacy_div{
    background-color: #fff;
    border: 1px solid rgb(0 0 0);
    color: rgb(0 0 0);
    border-radius:11px;
    width: fit-content;
}
.privacy .privacy_img{
    max-width: 100%;
}
.privacy .privacy_hed{
    color: rgb(0 0 0);
    text-align: center;
}
.privacy .privacy_icon{
    color: rgb(0 0 0);
}.privacy .privacy_icon i{
        font-size: 98px;

}
