   table {
display: table;
height: 60px;
}

@media screen and (max-width: 767px) {
  table {
    border: 0;
height: 140px;
  }

  
  table td {

    display: inline;

  }
  td{
    text-align: center;
  }
  
  h2{
    text-align: center!important;
padding-top: 10px;
  }
 .countimg{
height:60px
} 

}
   table {
display: table;
height: 60px;
}

@media screen and (max-width: 767px) {
  table {
    border: 0;
height: 140px;
  }

  
  table td {

    display: inline;

  }
  td{
    text-align: center;
  }
  
  h2{
    text-align: center!important;
padding-top: 10px;
  }
 .countimg{
height:60px
} 

}