.service001-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.service001-item{
  display: block;
  width:calc(100% / 2);
  margin-bottom:30px;
  padding-right:15px;
  padding-left:15px;
}

@media(max-width:480px){
  .service001-item{
    width:100%;
  }
}

.service001-item-inner {
  width: 100%;
}

.service001-item-inner .iconBig{
  margin-bottom:10px;
  display:block;
}
.service001-item-inner .iconBig img{
  width:40px;
  margin-left:0;
}

.service-item-title{
  color:#333;
  font-size:18px;
  font-weight:500;
  letter-spacing: 1px;
  line-height:1.8em;
  margin-bottom:0;
  margin-top:5px;
}

.service-item-description{
  font-size:15px;
  letter-spacing:1px;
  line-height: 1.8em;
  color:#666;
  margin:10px 0 50px 0;
  padding-right:50px;
}

@media (max-width: 1700px){
  .service-item-description{
    margin-bottom:20px;
  }
}

@media (max-width: 1600px){
  .service-item-description{
    padding-right:0;
  }
}

@media (max-width: 1500px){
  .service-item-description{
    font-size:13px;
  }
}

@media (max-width: 1400px){
  .service-item-description{
    padding-right:10px;
  }
}
@media(max-width:480px){
  .service-item-description{
    min-height:auto;
  }
}