.bobo-about table tr td{
 padding: 5px;
 border:1px solid #000;
 text-align: center;
}
.bobo-about .container{

}
.bobo-about .container table{
margin: 30px 0 100px 0;
width: 100%;
}
.bobo-about table tr:nth-child(1) td{
position:relative;
 text-align:left;
}
.bobo-about table tr:nth-child(1) td span{margin-left: 60px;font-size:28px;font-weight:700;color:#000;}
.bobo-about table tr:nth-child(2){
 color:#fff;
background:#65B6B1;
}


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



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


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


@media (max-width: 991px) {
.bobo-about table tr:nth-child(1) td img {height: 45px;}
.bobo-about table tr:nth-child(1) td span {font-size: 16px;margin-left: 30px;}
}