.bobo-service1 {
  padding: clamp(30px, 4.166667vw, 80px) 0 0;
  background: #fff;
  text-align: left;
  position: relative;
}
.bobo-service{

  position: relative;
}
.bobo-service1 h3 {
  font-size: clamp(24px, 2.08vw, 40px);
  line-height: 1;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
.bobo-service1 h3::after{
        content: '';
        display: block;
        width: 78px;
        height: 2px;
        margin-top: 6px;
        background: #006432;
}
.bobo-service1 p {
  margin-top: 30px;
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 2;
  color: #666;
}


@media screen and (max-width: 992px) {

  .bobo-service1 h3 {
    line-height: 40px;
  }
.bobo-service1 p {
    margin-top: 20px;
    line-height: 26px;
  }
}




