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

.bobo-service1 h3 {
  font-size: clamp(24px, 1.88vw, 36px);
  line-height: 1;
  font-weight: 700;
}
.bobo-service1 .pic{
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 20px 20px 40px 20px;
    border-radius: 6px;
    margin-top: 20px;
}
.bobo-service1 p {
  margin-top: 20px;
  font-size: clamp(14px, 1.04vw, 20px);
  line-height: 1.6;
  color: #333;
}




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

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


