.service2 {
  /*padding: 0 0 90px;*/
  background: #fff;
}

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

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

@media screen and (max-width: 1500px) {
  .bobo-service1 h3 {
    font-size: 32px;
  }
  .bobo-service1 p {
    font-size: 18px;
  }
}

@media screen and (max-width: 1280px) {
  .bobo-service1 h3 {
    font-size: 28px;
  }
  .bobo-service1 p {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  .service2 {
    /*padding: 0 0 60px;*/
  }
  .bobo-service1 h3 {
    font-size: 24px;
  }
  .bobo-service1 p {
    font-size: 16px;
  }
}

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

  .service2 {
    /*padding: 0 0 30px;*/
  }

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

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