#service .banner {
  height: 216px;
  background: #8DC221;
}
#service .banner h2 {
  max-width: 1200px;
  padding: 94px 104px 0;
  font-family: "inter";
  font-weight: 700;
  font-size: 133.874px;
  line-height: 185px;
  color: #FFFFFF;
}
#service .list-service {
  max-width: 920px;
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0 35px;
}
#service .list-service .boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  gap: 25px;
  margin-bottom: 40px;
}
#service .list-service .boxs .box {
  width: 100%;
  max-width: 290px;
  padding-bottom: 24px;
  box-shadow: 0px 3px 10px rgba(176, 183, 195, 0.2);
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
#service .list-service .boxs .box:last-child {
  margin-right: 0;
}
#service .list-service .boxs .box .image {
  margin-bottom: 16px;
}
#service .list-service .boxs .box .image img {
  width: 290px;
  height: 157px;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#service .list-service .boxs .box .title {
  text-align: center;
  margin-bottom: 20px;
  padding: 0 24px 10px 24px;
}
#service .list-service .boxs .box .title p.text1 {
  font-family: "Hiragino Sans";
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1px;
  color: #8DC221;
  margin-bottom: 15px;
}
#service .list-service .boxs .box .title p.text2 {
  font-family: "Hiragino Kaku Gothic ProN";
  text-align: start;
  height: 55px;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #717D8A;
}
#service .list-service .boxs .box .btn-green {
  max-width: 235px;
  padding: 15px 82px 15px 84px;
  background: #FFFFFF;
  border: 2px solid #8DC221;
  border-radius: 30px;
  font-family: "Hiragino Sans";
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #8DC221;
  margin: auto;
  position: relative;
}
#service .list-service .boxs .box .btn-green::before {
  content: "";
  display: block;
  position: absolute;
  right: 8%;
  top: 40%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #8DC221;
  border-right: 1px solid #8DC221;
  transform: translateX(-50%) rotate(45deg);
}
#service .list-service .boxs .box .two-btn {
  width: 100%;
  max-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: auto;
}
#service .list-service .boxs .box .two-btn .btn-st {
  max-width: 99px;
  padding: 15px;
  background: #FFFFFF;
  border: 2px solid #8DC221;
  border-radius: 30px;
  font-family: "Hiragino-Sans-w6";
  font-size: 13px;
  line-height: 16px;
  color: #8DC221;
  text-align: center;
}
#service .list-service .boxs .box .two-btn .btn-wf {
  max-width: 133px;
  padding: 15px 19px;
  background: #FFFFFF;
  border: 2px solid #8DC221;
  border-radius: 30px;
  font-family: "Hiragino-Sans-w6";
  font-size: 13px;
  line-height: 16px;
  color: #8DC221;
  text-align: center;
}
#service #bread {
  background: #FFFFFF;
  position: relative;
}
#service #bread ol li {
  position: relative;
}
#service #bread ol li a {
  font-family: "Hiragino Sans";
  font-weight: 300;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 1px;
  color: #717D8A;
}
#service #bread ol li a:last-child {
  margin-right: 31px;
}
#service #bread ol li:last-child::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 1px;
  background: #8DC221;
  top: 50%;
  left: -22px;
}

@media (max-width: 992px) {
  #service .list-service .boxs {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  #service .banner {
    height: 216px;
  }
  #service .banner h2 {
    font-size: 125px;
    padding: 84px 104px 0;
    line-height: 185px;
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
  }
  #service .list-news {
    padding: 10px 0 100px;
  }
  #service .list-news .item {
    width: 100% !important;
    padding: 20px 0 !important;
    flex-direction: row-reverse;
  }
  #service .list-news .item img {
    width: 112px;
    height: 75px;
    border-radius: 10px;
  }
  #service .list-news .item .content {
    padding-left: 0;
  }
  #service .list-news .item .content .text {
    padding: 0 13px;
  }
  #service #bread {
    display: block;
  }
}
/*# sourceMappingURL=service.css.map */