.bobo-service1 {
  background: #fff;
  text-align: center;
}


.bobo-service1 h3 {
  margin-bottom: 20px;
}

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

@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;
  }
}

