.privacy {
    position: relative;
}

@media(min-width:960px) {
    .img-box {
        margin-top: 68px;
    }
    .privacy .backgroup-img {
        width: 100%;
        height: 500px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: url("../img/Background Shape.png");
        background-size: 100%;
        background-repeat: no-repeat;
        background-position-x: -150px;
        background-position-y: 10px;
        z-index: -1;
    }
    .privacy .privacy-container {
        width: 1002px;
        margin: 68px auto 0;
        padding: 80px 0;
    }
    .privacy .privacy-container .privacy-title {
        font-size: 32px;
        font-family: HKGrotesk-Medium, PingFang SC;
        font-weight: 500;
        color: #2F2F2F;
        line-height: 26px;
        text-align: center;
    }
    .privacy .privacy-container .privacy-content {
        padding: 60px 0;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #3c3c3c;
        line-height: 36px;
    }
    .privacy .privacy-container .privacy-content>p {
        /*line-height: 30px;*/
    }
    .privacy .privacy-container .privacy-content>p a {
        text-decoration: underline;
    }
    .privacy .privacy-container .privacy-content>h2 {
        font-weight: bold;
        margin-top: 60px;
    }
    .privacy .privacy-container .privacy-content>h3 {
        font-weight: bold;
        margin-top: 60px;
    }
    table {
        background: #fff;
    }
    table td {
        padding: 20px;
    }
}

@media(max-width:959px) {
    .privacy {
        position: relative;
    }
    .privacy .backgroup-img {
        width: 100%;
        height: 200px;
        position: absolute;
        left: 0;
        bottom: 0;
        background-image: url("../img/Background-Shape@2x.png");
        background-size: 100%;
        background-repeat: no-repeat;
        z-index: -1;
    }
    .privacy .privacy-container {
        margin: 0 auto;
        padding: 33px 0;
    }
    .privacy .privacy-container .privacy-title {
        font-size: 21px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: bold;
        color: #062f67;
        text-align: center;
    }
    .privacy .privacy-container .privacy-content {
        padding: 0px 17px;
        font-size: 16px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #3c3c3c;
        line-height: 36px;
    }
    .privacy .privacy-container .privacy-content>p {
        font-size: 16px;
        /*line-height: 30px;*/
    }
    .privacy .privacy-container .privacy-content>h2 {
        font-size: 18px;
        font-weight: bold;
        color: #3C3C3C;
        margin-top: 20px;
    }
    .privacy .privacy-container .privacy-content>h3 {
        font-size: 16px;
        font-weight: bold;
        margin-top: 20px;
    }
    table {
        background: #fff;
    }
}