.container-privacy{
    padding: 16px 320px;
}

h1{
    margin-bottom: 32px;

    font-family: Inter;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1.28px;
}

h2{
    margin-bottom: 48px;

    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.96px;
}

p{
    margin-bottom: 24px;

    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    letter-spacing: -0.56px;
    
}

ul{
    margin-left: 24px;
}

/* Aутер */

footer{
    margin-top: 64px;
    width: 100%;
    background: black;

    padding: 162px 256px;

    display: flex;
    flex-direction: column;
    gap: 16px;
}

footer > h1{
    color: white;

    font-weight: 400;
    font-size: 16px;

    margin-bottom: 0px;
}

footer > a{
    text-decoration: none;
    color: white;

    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 125% */
    letter-spacing: -0.64px;
}

@media(max-width: 1100px){
    .container-privacy{
        padding: 64px 16px;
    }
}