.bobo-service1 {
  padding: clamp(30px, 3.645833vw, 70px) 0;
  background: #fff;
  text-align: center;
}

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

.bobo-service1 h4{
  font-size: clamp(16px, 1.35vw, 26px);
  line-height: 1;
  PADDING:30px 0;
  color:#666;
}
.bobo-service1 h5 {
  font-size: clamp(14px, 1.15vw, 22px);
  line-height: 1;
  color:#666;
}

.bobo-service1 p {
  margin-top: 40px;
  font-size: clamp(14px, 1.04vw, 20px);
  line-height: 1.8;
}




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

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

  .bobo-service1 h4{
    PADDING:15px 0;
  }
}

