@import "../../css/reset.css";
@import "../../css/header.css";
@import "../../css/footer.css";
@import "../../css/tab.css";

html, body {
    height: 100%;
    background-color: #475050;
}

/*body*/
.part {
    background: white;
    min-width: 1130px;
}

.part_main {
    padding: 97px 40px 80px;
    margin: 0 auto;
    text-align: center;
    width: 748px;
    border-radius: 8px;
}

.privacy {
    text-align: left;
}

h2{
    margin: 0 auto;
    width: 800px;
    color: black;
    font-size:30px;
    font-family:Arial;
    font-weight:bold;
    line-height:24px;
    text-align: center;
}
h3{
    margin: 13px auto 22px;
    font-size:24px;
    font-family:Arial;
    font-weight:400;
    text-align: center;
}
h4{
    margin: 24px auto 22px;
    width: 707px;
    font-size:16px;
    font-family:Arial;
    font-weight:400;
    line-height:24px;
}

.leng {
    margin: 24px auto;
    height: 1px;
    width: 700px;
    background: #e3e3e3;
}

.privacy_p{
    margin: 30px auto 0;
    color: #636363;
    width: 707px;
    font-size:16px;
    font-family:Arial;
    font-weight:400;
    line-height:24px;
}
h4 a{
    color: #7647F8;
}
.privacy_p span{
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #000000
}

@media screen and (max-width: 769px) {
    .privacy {
        margin-top: 120px
    }
    .part {
        padding: 20px 0;
        min-width: auto;
    }
    .part_main {
        width: 100%;
        padding: 0;
    }
    .leng {
        width: 88%;
    }
    h2 {
        width: 88%;
    }
    h3 {
        width: 88%;
        font-size: 16px;
        margin: 30px auto -12px;
        text-align:left;
        line-height: 22px;
    }
    h4 {
        width: 88%;
    }
    .privacy_p {
        width: 88%;
    }
    .privacy_p span{
        font-size: 20px;
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 475px) {
    .privacy {
        margin-top: 100px
    }
}