.table-course {
  table-layout: fixed;
  width: 100%;
}

.table-course th:nth-child(1), .table-course td:nth-child(1) {
  width: 70%;
}

.table-course th:nth-child(2), .table-course td:nth-child(2) {
  width: 30%;
}

