  .desktop-md-table,
  .desktop-lg-table {
    display: none;
  }

  /* Show desktop-md-table from md and up */
  @media (min-width: 768px) {
    .desktop-md-table {
      display: table;
    }
  }

  /* Show desktop-lg-table from lg and up */
  @media (min-width: 992px) {
    .desktop-lg-table {
      display: table;
    }

    /* Optional: hide desktop-md-table on large screens if needed */
    .desktop-md-table {
      display: none;
    }
  }
/*w-sm-100 w-lg-50*/
@media (min-width: 768px) {
  .w-auto-log {
    width: 50% !important;
  }
}

.w-auto-log {
	width:100%;
}