.privacy {

}
.privacy .container {
    width: 80%;
    max-width: 1280px;
    margin: 0 auto;
    padding: 128px 0 96px;
}
.privacy a, .privacy ul, .privacy li, .privacy span, .privacy strong {
    color: #fff !important;
    text-decoration: none;
}
.privacy li {
    margin-bottom: 8px;
}
.privacy h1 {
    font-weight: 600;
    font-size: 48px;
    line-height: 66px;
    text-align: center;
    margin-bottom: 48px;
}
.privacy p {
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}
.privacy p strong {
    font-weight: 600;
    font-size: 24px;
    line-height: 33px;
}
.privacy ul {
    list-style-position: inside;
    font-weight: 400;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 20px;
}
@media (max-width: 1280px) {
    .privacy .container {
        max-width: 704px;
        padding: 96px 0 64px;
    }
    .privacy h1 {
        font-size: 28px;
        line-height: 38px;
    }
    .privacy p, .privacy ul {
        font-size: 14px;
        line-height: 19px;
        margin-bottom: 14px;
    }
    .privacy p strong {
        font-size: 18px;
        line-height: 25px;
    }
}
@media (max-width: 480px) {
    .privacy .container {
        max-width: 311px;
        padding: 64px 0 48px;
    }
    .privacy h1 {
        font-size: 24px;
        line-height: 33px;
        margin-bottom: 32px;
    }
    .privacy p, .privacy ul {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 12px;
    }
    .privacy p strong {
        font-size: 16px;
        line-height: 22px;
    }
}
