.bobo-service1 {
  background: #fff;
  text-align: center;
}
.bobo-service1 .global-title{
  margin-bottom: 40px;
}
  .bobo-service1 p{
    text-align: left;
    width: 60%;
    margin: 0 auto;
  }
  
  
  @media(max-width:992px){
.bobo-service1 p{
    width: 100%;
  }
  
}


@media(max-width:767px){
  .bobo-service1 .global-title{
  margin-bottom: 20px;
}


}