.bobo-service1 {
  padding: 80px 0 0;
  background: #fff;
  text-align: center;
}

@media screen and (max-width:1440px) {
  .bobo-service1 {
    padding: 50px 0 0;
  }
}

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

.bobo-service1 h3 {
 font-size: clamp(24px, 2.7vw, 50px);
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase;
    color: #000000;
}

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

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

  .bobo-service1 p {
    font-size: 18px;
  }
}

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

  .bobo-service1 p {
    font-size: 16px;
  }
}

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

  .bobo-service1 p {
    font-size: 16px;
  }
}

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


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


