.content-wrap{max-width:940px; width:90%; margin:0 auto;}
.crm-mobile-wrap{padding:60px 0;}
.crm-mobile-wrap h1{text-align:center;margin: 0 auto 40px;}
.crm-mobile{ overflow:hidden; display:table; table-layout:fixed; margin-bottom:60px;}
.crm-mobile:last-child { margin-bottom: 0;}
.crm-mobile > div { width:80%; display:table-cell; box-sizing:border-box;vertical-align: top;padding: 0 0 0 40px;}
.crm-mobile > div img{ padding:20px;height: 90px;}
.crm-mobile > div:first-child { width:20%; display:table-cell; box-sizing:border-box; border-right:1px dashed #ccc; padding:0 0 0 30px; text-align:left;}
.crm-mobile > div:first-child p > a{ margin-right:20px; }
.crm-mobile > div > h2 > a {  color: #000;}
.crm-mobile > div > div {margin: 30px 0 0 0;}


.crm-mobile > div > div a {  background-image: url('https://www.zoho.com/images/product-common-sprite.png');}
.app-store, .google-store {  background-position: left -60px;  display: inline-block;  width: 135px;  height: 40px;  margin-right: 20px;}
.app-store{  background-position: left -60px;}
.google-store{  background-position: left -105px;}


@media only screen and (max-width:767px){
  .crm-mobile > div:first-child{display:block;width:100%; border-right: none; text-align: center; padding: 0;}
    .crm-mobile > div{display:block;width:100%; text-align: center; padding: 0;} 
.app-store, .google-store{margin-right:6px;}
}