.service-content {
  grid-template-columns: 1fr 1fr; 
}
.service-contentMobile{
  display: none;
}
.service-contentPC{
  display: grid;
}

 .service-item img{
     /* max-width: 500px; */
     max-height: 286px;
  }
.banner-msg{
   width: 500px;
}
.privacy-box{
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
}