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

.bobo-service1 h3 {
  font-size: 36px;
  line-height: 1;
  font-weight: 700
}

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

@media screen and (max-width: 768px) {
  .bobo-service1 h3 {
    font-size: 30px
  }

  .bobo-service1 {
    padding: 30px 0
  }

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

@media screen and (max-width: 480px) {
  .bobo-service1 h3 {
    font-size: 24px
  }
}