.header {
    background-image: url('../image/privacy-bg.jpg');
    min-height: 250px;
}
.header .title {
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    margin-bottom: 12px;
}
.header .message {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.privacy-policy .content {
    background-color: #fff;
    margin: 20px 0;
    padding: 10px 100px;
    border-radius: 10px;
}

.privacy-policy .content .title {
    font-size: 17px;
    color: #2c3340;
}

.privacy-policy .content li {
    list-style-type: none;
    color: #2C3340;
    font-size: 25px;
    font-weight: 800;
    line-height: 30px;
}

.privacy-policy .content p {
    color: #2C3340;
    font-size: 14px;
    font-weight: 300;
    margin: 20px 0;
}


.privacy-policy .content .lower-alpha {
    margin: 1em 0;
    /* counter-reset:listStyle; */
}

.privacy-policy .content .lower-alpha > li {
    margin:0;
    /* padding:0 0 0 2em; */
    /* text-indent:-2em; */
    list-style-type: none;
    /* counter-increment:listStyle; */
    color: #2C3340;
    font-size: 14px;
    font-weight: 300;
}
.privacy-policy .content .list-items-numbers {
    padding-left:16px ;
}
.privacy-policy .content .list-items-numbers li {
    margin:0;
    list-style-type: decimal;
    padding-left: 1em;
    color: #2C3340;
    font-size: 14px;
    font-weight: 300;
}

.privacy-policy .content .lower-alpha > li:before {
    display:inline-block;
    width:1.5em;
    padding-right:0.5em;
    font-weight:bold;
    text-align:right;
    margin-right: 10px;
    /* content:counter(listStyle, upper-alpha) "."; */
}


@media (max-width:767px) { 
    .privacy-policy .content {
        margin: 10px 0;
        padding: 10px 50px;
    }    

    .privacy-policy .content .title {
        font-size: 14px;
    }

    .privacy-policy .content li {
        font-size: 20px;
        line-height: 25px;
    }

    .header {
        min-height: 150px;
    }

    .header .title {
        font-size: 25px;
    }
}

@media screen and (max-width: 512px) {
    .header .title {
        font-size: 20px;
    }

    .privacy-policy .content {
        padding: 10px 30px;
    } 

    .privacy-policy .content .title {
        font-size: 12px;
    }

    .privacy-policy .content li {
        font-size: 17px;
    }
}


.main-title {
    text-align: center;
    font-size: 24px !important;
    font-weight: bold !important;
    color:#2c3340 !important;
}

.kind-desc {
    font-size: 17px;
    color: #2c3340;
}

.kind-title {
    color: #2C3340 !important;
    font-size: 25px !important;
    font-weight: 800 !important;
    line-height: 30px !important;
}

.kind-sub-title {
    color: #2C3340 !important;
    font-size: 18px !important;
    font-weight: bold !important;
    line-height: 30px !important;
}