.scs-school-fees-show-one table {
  width: 100%;
  table-layout: fixed;
}

.scs-school-fees-show-one table td {
  white-space: nowrap
}

.scs-school-fees-show-one table th sup {
  color: red; 
  margin: 2px;
}

@media screen and (max-width: 768px) {
    .scs-school-fees-show-one table th, .scs-school-fees-show-one table td {
        font-size: 16px !important;
        text-align: center !important;
        padding: 3px !important;
    }
}