.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: 0 0 2em;
}
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-table tr{
    vertical-align: super;
    border-color: var(--primary-white-ffffff, #FFF);
}
.law-table tr td{
    color: #4F4E4E;
    font-size: 16px;
}
.law-table tr td.right-side{
    width: 22.5%;
}
.policy-service.law{
    margin-bottom: 81px;
}
.law .law-table .linked-text a{
        margin-left: 0px;
    margin-right: 0px;
}
@media screen and (max-width: 1024px){
    .law-table tr td.right-side{
        width: 25%;
    }
    .law-table tr td{
        padding: 8px;
    }
}
@media screen and (max-width: 768px) {
    .policy-service {
        margin: 1em 0 1em;
    }
}

@media screen and (max-width: 40.063em) {
    .policy-service {
        margin: 0em 0 1em;
    }
    .law-table tr td.right-side{
        width: 30%;
    }
    .law-table tr td{
        padding: 0.5em;
    }
}