.bobo-service1 {
  padding: clamp(30px, calc( (80 / 1920) * 100vw ), 80px) 0 20px 0;
  background: #fff;
  text-align: center;
}

.bobo-service1 h3 {
font-size: clamp(24px, 1.6vw, 30px);
    color: #000000;
    line-height: 1.6;
    font-weight: 700;
}

.bobo-service1 p {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.8;
  display: none;
}





@media screen and (max-width: 991px) {
  .bobo-service1 {
    padding-bottom: 10px;
  }

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


