/*  service */
#service3 > .service-top {
  padding-top: 40px;
  background: #8688b6;
  background: linear-gradient(#3633a5 0%, #f8f8f8 70%, #f8f8f8 100%);
}
#service3 h2 {
  text-align: left;
  width: 60%;
  font-family: 'Unica One';
  font-style: normal;
  font-weight: 400;
  font-size: 64px;
  color: #ffffff;
  margin-bottom: 30px;
}
#service3 h3 {
  font-weight: 500;
  font-size: 24px;
  text-align: left;
  width: 60%;
  line-height: 1.2em;
}
#service3 .my-btn {
  margin-top: 30px;
}
#service3 > .service-top .container {
  position: relative;
}
#service3 .service-top .img {
  position: absolute;
  right: 0px;
  top: 30px;
  width: 35%;
  height: 300px;
  background-image: url(../images/about/service-03.jpg);
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
#service3 .service-title {
  margin-top: 50px;
  margin-bottom: 50px;
  font-family: 'Avenir';
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  color: #626262;
}
@media screen and (max-width: 1200px) {
  #service3 h2 {
    width: 55%;
    font-size: 40px;
  }
  #service3 h3 {
    width: 55%;
    font-size: 26px;
  }
  #service3 .service-top .img {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  #service3 h2 {
    width: 50%;
    font-size: 26px;
  }
  #service3 h3 {
    width: 50%;
    font-size: 18px;
  }
  #service3 .service-top .img {
    width: 45%;
    height: 200px;
  }
  #service3 .service-title {
    font-size: 20px;
  }
  #service3 h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  #service3 h2 {
    width: 100%;
    font-size: 26px;
  }
  #service3 h3 {
    width: 100%;
    font-size: 18px;
  }
  #service3 .service-top .img {
    width: 40%;
    opacity: 0.1;
    z-index: 0;
    height: 120px;
  }
}
