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

.bobo-service1 h3 {
  line-height: 1;
  font-weight: 700;
  font-size: 50px;
  /* padding-bottom: 10px; */
}

.bobo-service1 h5 {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
}

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




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


}

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


  .bobo-service1 {
    padding: 30px 0;
  }

}




@media screen and (max-width: 1440px) {
  .bobo-service1 h3{font-size: 36px;}
}
@media screen and (max-width: 1281px) {
  .bobo-service1 h3{font-size: 34px;}
  .bobo-service1 p{font-size: 18px;}
}
@media screen and (max-width: 1171px) {
  .bobo-service1 h3{font-size: 30px;}
}
@media screen and (max-width: 992px) {
  .bobo-service1 h3{font-size: 26px;}
  .bobo-service1 p{font-size: 16px;}
}
@media screen and (max-width: 768px) {
  .bobo-service1 h3{font-size: 24px;}
}
@media screen and (max-width: 480px) {
  .bobo-service1 h3{font-size: 22px;}
  .bobo-service1 p{font-size: 14px;}
}