.service .head{
  width: 100%;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.service .head .icon img{
  width: 80px;
  height: auto;
}
.service .head h3{
  padding: 10px 0 0 24px;
}

@media screen and (max-width:1100px){
  
  .service .head h3{
    padding-top: 14px;
  }
  
}

@media screen and (max-width:650px){
  .service .head{
  }
  .service .head .icon img{
    width: 60px;
  }
  .service .head h3{
    padding-left: 20px;
  }
  .service .more_btn{
    padding-top: 10%;
  }
  
}