@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700&display=swap');

*{
    padding: 0;
    margin: 0;
}

a{
    text-decoration: none;
}

body{
    overflow: hidden;
   
}


.privacy{
    display: flex;
    justify-content: center;

    margin-top: 67px;

    position: relative;

}

.privacy__bg-group{
    display: flex;
    align-items: center;
    justify-content: center;
    
    position: absolute;
    right: 0;
    top: 0;

    z-index: -1;
}

.privacy__bg{
    z-index: 2;
}

.privacy__decor{
    position: absolute;
}


.privacy__decor-bottom{
    bottom: -1000px;
    right: -300px;

    position: absolute;

    z-index: -1;
}


.privacy__title{
    color: #EAE0E0;

    font-family: "Karantina";
    font-size: 140px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.privacy__subtitle{
    color:  #F6F2EF;

    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;

    margin-top: 51px;
}

.privacy__text{
    color:  #F6F2EF;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 24px;

    max-width: 1148px;
}


@media screen and (max-width: 1400px){
    .privacy__decor{

    }

    .privacy__bg{
        max-width: 400px;
    }
}


@media screen and (max-width: 991px){
    .privacy__title{
        font-size: 64px;
    }

    .privacy__subtitle{
        font-size: 32px;
    }
}
