/*  service */
#service2 > .service-top {
  padding-top: 40px;
  background: #8688b6;
  background: linear-gradient(#3633a5 0%, #f8f8f8 70%, #f8f8f8 100%);
}
#service2 h2 {
  text-align: left;
  width: 60%;
  font-family: 'Unica One';
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 30px;
}
#service2 h3 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  width: 60%;
  line-height: 1.2em;
}
#service2 .my-btn {
  margin-top: 30px;
}
#service2 .service-box {
  padding-top: 60px;
}
#service2 > .service-top .container {
  position: relative;
}
#service2 .service-top .img {
  position: absolute;
  right: 0px;
  top: 30px;
  width: 35%;
  height: 300px;
  background-image: url(../images/about/service-02.jpg);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
#service2 .service-box .one {
  margin: 30px 0;
}
#service2 .service-box .one .one-title {
  text-align: center;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 800;
  font-size: 38px;
  color: #626262;
  position: relative;
  line-height: 2em;
}
#service2 .service-box .one .one-title::after {
  content: '';
  display: block;
  width: 300px;
  height: 2px;
  background-color: #5e5e5e;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -150px;
}
#service2 .service-box .one .one-title .num {
  font-family: 'Uncial Antiqua';
  font-style: normal;
  font-weight: 400;
}
#service2 .service-box .one .one-c {
  padding: 30px 0;
}
#service2 .service-box .one .img {
  float: left;
  width: 47%;
  height: 400px;
  margin-right: 2%;
  margin-left: 1%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
#service2 .service-box .one:nth-child(1) .img {
  background-image: url(../images/about/service-2.jpg);
}
#service2 .service-box .one:nth-child(2) .img {
  background-image: url(../images/about/service-erp.jpg);
}
#service2 .service-box .one:nth-child(3) .img {
  background-image: url(../images/project-1.png);
}
#service2 .service-box .one:nth-child(4) .img {
  background-image: url(../images/about/service-3.png);
}
#service2 .service-box .one .c {
  float: left;
  width: 50%;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
}
@media screen and (max-width: 1200px) {
  #service2 h2 {
    width: 55%;
    font-size: 40px;
  }
  #service2 h3 {
    width: 55%;
    font-size: 26px;
  }
  #service2 .service-top .img {
    width: 40%;
  }
  #service2 .service-box .one .img {
    height: 300px;
  }
  #service2 .service-box .one .c {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  #service2 h2 {
    width: 50%;
    font-size: 26px;
  }
  #service2 h3 {
    width: 50%;
    font-size: 18px;
  }
  #service2 .service-top .img {
    width: 45%;
    height: 200px;
  }
  #service2 .service-box .one .one-title {
    font-size: 30px;
  }
  #service2 .service-box .one .one-title::after {
    width: 250px;
    margin-left: -125px;
  }
  #service2 .service-box .one .c {
    font-size: 16px;
  }
}
@media screen and (max-width: 576px) {
  #service2 h2 {
    width: 100%;
    font-size: 26px;
  }
  #service2 h3 {
    width: 100%;
    font-size: 18px;
  }
  #service2 .service-top .img {
    width: 40%;
    opacity: 0.1;
    z-index: 0;
    height: 120px;
  }
  #service2 .service-box .one .one-title {
    font-size: 24px;
  }
  #service2 .service-box .one .one-title::after {
    width: 200px;
    margin-left: -100px;
  }
  #service2 .service-box .one .img {
    width: 100%;
    height: 250px;
  }
  #service2 .service-box .one .c {
    width: 100%;
    font-size: 16px;
  }
}
