* {
    padding: 0;
    margin: 0;
    color: #3F3F3F;
    font-size: 16px;
    font-family: "Montserrat", "Open Sans", "Microsoft YaHei", "Hiragino Sans GB", Arial, Lucida, Verdana, SimSun, Helvetica, sans-serif;
}

a {
    color: #668DC5;
    text-decoration: none;
}

.banner {
    position: relative;
    background: url(../images/Privacy-Policy.png);
    background-position: center top;
    height: 345px;
    background-size: cover;
}

.banner img {
    width: 183px;
    position: absolute;
    left: 2%;
    top: 5%;
}

.banner-word {
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    font-size: 42px;
    color: #ffffff;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    font-weight: bold;
}

.privacy-content {
    width: 60%;
    line-height: 24px;
    margin: 0 auto;

}

.one-font {
    font-size: 42px;
    margin-top: 28px;
    margin-bottom: 12px;
    font-weight: bold;
    line-height: initial;
}

.two-font {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 9px;
}

@media screen and (max-width:991px) {
    .banner {
        height: 290px;
    }

}

@media screen and (max-width:768px) {
    .banner-word {
        font-size: 26px;
    }

    .privacy-content {
        width: 90%;
        line-height: 24px;
        margin: 0 auto;
    }
    .one-font {
        font-size: 26px;
        margin-top: 28px;
        margin-bottom: 12px;
        font-weight: bold;
        line-height: initial;
    }
}