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