.bobo-service1 {
  background: #fff;
  text-align: center;
  margin-top: 60px;
}

.bobo-service1 h3 {
}

.bobo-service1 p {
  margin-top: 25px;
}

@media(max-width:992px){
 .bobo-service1 {

  margin-top: 20px;
} 
}


@media(max-width:767px){
  .bobo-service1 p {
    margin-top: 10px;
    text-align: left;
}
}