.dh-widget-dh-table table {
   table-layout: auto;
   text-align: left;
} 
.dh-widget-dh-table .h-scroll-span {
   display: none;
}
@media(max-width: 768px) {
   .dh-widget-dh-table .dh-table-wrapper {
      overflow-x: auto;
      margin-right: calc(50% - 50vw);
      display: flex;
   } 
   .dh-widget-dh-table table {
      width: auto;
   } 
   .dh-widget-dh-table table th {
      min-width: 50vw;
   } 
   .dh-widget-dh-table .h-scroll-span {
      display: block;
   }
}