.bobo-service1 {
  padding: clamp(30px, 4.166667vw, 80px) 0;
  text-align: left;
}
.bobo-service{position:relative;}
.bobo-service h3 {
  font-size: clamp(24px, 2.08vw, 40px);
  line-height: 1;
  font-weight: 700;
  z-index: 1;
  position: relative;
}
.n-titp{
        position: absolute;
        left: 0;
        top: -35px;
        font-size: clamp(66px, 6.15vw, 118px);
        line-height: 110px;
        color: #fff;
        text-shadow: 1px 1px 0 #ebeef0, -1px 1px 0 #ebeef0, 1px -1px 0 #ebeef0, -1px -1px 0 #ebeef0;
        z-index: 0;
        font-family: var(--title-font-family);
}
.bobo-service1 h3::after{
        content: '';
        display: block;
        width: 78px;
        height: 2px;
        margin-top: 6px;
        background: #006432;
}
.bobo-service1 p {
  margin-top: 40px;
  font-size: clamp(14px, 1.04vw, 20px);
  line-height: 2;
  color: #666;
}



@media screen and (max-width: 991px) {
  .bobo-service h3 {line-height: 40px;}

  .bobo-service1 p {
    margin-top: 20px;
    line-height: 26px;
  }
  .n-titp {
    max-width: 100%;
    overflow: hidden;
    top: -20px;
    line-height: 79px;
    text-align: left;
  }

}


