.head .title {
    text-align: center;
}
.head .uline {
    border-bottom: 2px solid #e0dad7;
    width: 170px;
    margin: auto;
}
.head .title h4 {
    font-size: 24px;
}
.head .title h4.btm {
    font-size: 16px;
}
.policy-service h5 {
    font-size: 16px;
    margin: 2em 0;
    letter-spacing: 1px;
}
.policy-service h5.contact-us {
    margin-top: 2em;
    font-weight: bold;
}
.policy-service p{
    line-height: 1.7em;
    letter-spacing: normal;
    margin-top: -7px;
}
.policy-service {
    margin: 0em;
}
ul.point-number{
    margin-left: -1.5em;
    list-style-type: decimal;
}
ul.point-abjad{
    list-style-type: lower-alpha;
    margin-top: -0.5em;
    line-height: 25px;
    margin-left: -0.3em;
}
ul, li{
    line-height: 25px;
    font-size: 15px;
}
.line-height-date{
    line-height: 25px;
}


/*law page*/
.law-content-pad {
    padding: 52px 0px 0px
}
.law-table tr {
    vertical-align: super;
    border-color: #fff;
}
.law-table td {
    padding: 0.5em;
    font-size: 16px;
}
.law-table tr td.right-side {
    width: 22.5%;
}
@media screen and (max-width: 768px) {

}

@media screen and (max-width: 40.063em) {
    .law-content-pad {
        padding: 28px 15px 0px
    }
    .law-table tr td.right-side {
        width: 30%;
    }
}