.bobo-service1 {
  padding: 50px 0;
  background: #fff;
  text-align: center;
}
.bobo-service1 table{width: 100%}
.bobo-service1 table tr td{
 padding: 5px;
 border:1px solid #000
}
.bobo-service1 table tr:nth-child(1) td{
position:relative;
 text-align:left;
}
.bobo-service1 table tr:nth-child(1) td span{
position: absolute;
left: 50%; 
 top: 50%; 
 transform: translate(-50%, -50%);
 font-size:28px;
 font-weight:700;
 color:#000;
}
.bobo-service1 table tr:nth-child(2){
 color:#fff;
background:#65B6B1;
}


.table-wrapper{
  overflow-x: auto;
  white-space: nowrap;
  }


@media(max-width:1500px){
.bobo-service1 table tr:nth-child(1) td img{height: 80px;}
.bobo-service1 table tr:nth-child(1) td span{font-size: 24px;}
}


@media (max-width: 1200px) {
.bobo-service1 table tr:nth-child(1) td img {height: 65px;}
.bobo-service1 table tr:nth-child(1) td span{font-size: 20px;}
}