@media screen and (min-width: 1500px) {
    .privacy-policy.container {
        max-width: 1200px !important;
    }
}

.privacy-policy.container {
    /*padding: 88px 80px 140px 80px !important;*/
    padding-top: 88px !important;
    padding-bottom: 140px !important;
}

.privacy-policy h4 {
    margin-top: 40px;
    margin-bottom: 8px;
}

.privacy-policy .title--circle:after {
    left: 625px;
}

.privacy-policy ul {
    padding-left: 20px;
    margin-top: 8px;
}

.privacy-policy ul li {
    position: relative;
    margin-bottom: 4px;
}

.privacy-policy ul li:before {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: -20px;
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--circle-title);
}

@media screen and (max-width: 1024px) {
    .privacy-policy .title--circle:after {
        left: 550px;
    }

    .privacy-policy.container {
        /*padding: 64px 40px 128px 40px !important;*/
        padding-top: 64px !important;
        padding-bottom: 128px !important;
    }

    .privacy-policy .title--circle {
        font-size: 28px !important;
    }

    .privacy-policy .title--circle:after {
        right: auto;
        left: 275px;
    }
}

@media screen and (max-width: 768px) {
    .privacy-policy.container {
        /*padding: 32px 16px 104px 16px !important;*/
        padding-top: 32px !important;
        padding-bottom: 104px !important;
    }

    .privacy-policy h4 {
        margin-top: 24px;
    }
}
