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

.bobo-service1 h3 {
  font-size: clamp(24px, 1.88vw, 36px);
  line-height: 1;
  font-weight: 700;
  margin-bottom: 30px;
}

.bobo-service1 p {
  margin: 10px 0;
  font-size: clamp(14px, 0.94vw, 18px);
  line-height: 1.6;
}


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


  .bobo-service1 p {
    margin-top: 20px;
    line-height: 1.3;
  }
}

