
  @media screen and (max-width: 767px) {
    .table-responsive-sm th {
      width: 30% !important;
      min-width: 80px;
      white-space: nowrap;
    }
    .table-responsive-sm td {
      width: 70%;
    }
  }

  @media screen and (max-width: 767px) {
    .table-responsive-sm {
      font-size: 14px !important;
      line-height: 1.6;
    }
    .table-responsive-sm th {
      white-space: nowrap;
    }
  }
