.img1{background: url('img/officetable.jpg');height:180px;
background-repeat:no-repeat;
background-position: center;
background-size: cover; box-shadow: 0px 4px 8px #000000;margin-bottom: 80px;}
.starter{padding-top:30px;}
.benefit{height:100px; margin-bottom:60px;}
.divider{border-right:1px solid gray;}




/*col- md */
@media  (min-width: 992px) and (max-width: 1090px) {
  
 }

/*col- sm*/
@media  (min-width: 768px)and (max-width: 991px) {
.divider{border-right:0px solid gray;}
}

/*col-xs*/
@media  (max-width: 768px) {
.divider{border-right:0px solid gray;}

}

/*col- md- device */
@media (min-device-width: 992px) and (max-device-width: 1199px) {
	
}

/*col- sm- device */
@media  (min-device-width: 768px) and (max-device-width: 991px){

}

/*col- xs- device */
@media screen and (max-device-width: 767px) {
  .img1{background: url('img/officetable.jpg');height:350px;
background-repeat:no-repeat;
background-position: center;
background-size: cover; box-shadow: 0px 4px 8px #000000;margin-bottom: 80px;}
.fa-check{padding-right:30px;color:green;}
.starter{padding-top:80px;}
}

/*wechat*/
@media (min-device-width: 980px) and (max-device-width: 1081px)and (max-width: 980px) {
.starter{padding-top:0px;margin-top:80px;}
}
