.Ncrm_lstSec {
    width:100%;
    position:relative;
}
.Ncrm_lstInner {
    max-width:900px;
    margin:0 auto;
    width:90%;
    padding: 60px 0;
    text-align: center;
}
.Ncrm_list {
    display: table;
    padding:50px 20px 40px;
    margin:50px auto 0;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    max-width:740px;
}
.Ncrm_list > div{
    display: table-cell;
    text-align: left;
    padding: 0 30px;
}
.Ncrm_list li {
    padding: 0 20px 0 30px;
    margin-bottom: 15px;
    position: relative;
    display:inline-block;
    vertical-align:top;
    width:50%;
    box-sizing: border-box;
}
.Ncrm_list li:last-child {margin-bottom:0;}
.Ncrm_list li:after {
    position: absolute;
    content:"";
    top:6px;
    left:0;
    display:inline-block;
    background: url('//cdn.zoho.com.cn/sites/zweb/images/crm/features/crm-subfeatures-sprite.svg') no-repeat -347px -19px;
    width: 14px;
    height: 13px;
}
@media only screen and (max-width:768px) {
.Ncrm_list {
    border:none;
    padding: 0;
    margin: 0 auto;
    width: 80%;
    border-radius: inherit;
}
.Ncrm_list li {
    display:block;
    width:100%;
}
.Ncrm_list > div {
    display: inline-block;
    width: 100%;
    padding: 30px 0 0;
}
}
@media only screen and (max-width:550px) {
.Ncrm_list {width: 100%;}
}
.i18n-ar .Ncrm_cta{margin-right: 0;margin-left: 25px;}
