img.svg {
  font-family: "Montserrat", sans-serif;
}

.fajc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pointer, #zywzjsc_service .btn_box .zywzjsc_btn {
  cursor: pointer;
}

._footer_logo {
  max-width: 80vw;
}

#zywzjsc_service {
  background: url("../img/about-bg.jpg") center top no-repeat fixed;
  background-size: cover;
  padding: 60px 0 40px 0;
  position: relative;
}
#zywzjsc_service::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 9;
}
#zywzjsc_service .btn_box {
  display: flex;
  justify-content: center;
}
#zywzjsc_service .btn_box .zywzjsc_btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  border: none;
  transition: 0.5s;
  margin: 10px;
  color: #fff;
  background: #18d26e;
}
#zywzjsc_service .btn_box .zywzjsc_btn:hover {
  background: #fff;
  color: #18d26e;
}
#zywzjsc_service .container {
  position: relative;
  z-index: 10;
}
#zywzjsc_service .zywzjsc_serv_item {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  padding: 50px;
}
#zywzjsc_service .zywzjsc_serv_item h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}
#zywzjsc_service .zywzjsc_serv_item h2 a {
  color: #000;
}
#zywzjsc_service .zywzjsc_serv_item h2 a:hover {
  color: #18d26e;
}/*# sourceMappingURL=custom.css.map */