.table_wrap {
   width:100%;
   margin:0 auto;
}
@media screen and (max-width: 559px) {
.table_wrap{
     overflow-x: scroll;
      width:100%;
  }