.page-part {
  padding: 200px 0;
}
.page-text {
  text-align: left;
}
.page-text h1 {
  font-size: 38px;
  line-height: 1.5;
}

.page-text p {
  font-size: 16px;
}

.text-split {
  width: 15px;
  height: 3px;
  background-color: #007ac5;
  margin-left: 0;
  margin-right: 0;
}
.famous {
  padding: 200px 0;
  background-color: #f7f7f7;
}
.kids {
  padding: 150px 0;
  background-color: #f7f7f7;
}
.kids .page-text {
  text-align: center;
}
.text-split {
  display: inline-block;
}
.course-list {
  padding: 50px;
}
.course-list .container {
  padding-bottom: 15px;
}
.course-list .page-search {
  width: 100%;
  margin-bottom: 1%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}

.course-list .form {
  padding: 5px;
}

.course-list h1 {
  font-size: 38px;
}

.course-list .page-tabs {
  margin-bottom: 1%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  height: auto;
}

.course-list .page-tabs a {
  width: 110px;
  padding: 5px 0;
  margin: 0 1px;
  color: #333;
  border-radius: 2px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.course-list .page-tabs a:hover {
  background-color: #eee;
}

.course-list .page-tabs .active {
  background-color: #007bff;
  color: #fff;
}
.course-list .page-tabs .active:hover {
  background-color: #007bff;
}
.course-list .page-table {
  width: 100%;
}

.course-list td {
  font-size: 16px;
  border: none;
  width: 25%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.course-list thead td {
  background-color: #fff;
  color: #007ac5;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.course-list thead tr {
  border: 1px solid #007ac5;
  border-radius: 3px;
  background-color: #fff;
}

.course-list .page-table .icon {
  color: #999;
  margin-left: 10px;
  text-decoration: none;
}

.course-list .page-table .active-icon {
  color: #007ac5;
}

.course-list .page-menu .btn {
  padding: 5px 10px;
  font-size: 14px;
}

.rg-pagination .page-number {
  margin-right: 30px;
}

.rg-pagination button {
  margin-right: 15px;
}
.empty {
  text-align: center;
  color: #666;
  padding: 15px 0;
  background-color: #f6f6f6;
  margin-bottom: 15px;
}
@media (max-width: 1000px) {
  .page-text {
    text-align: center;
  }
  .page-text h1 {
    font-size: 20px;
  }
  .page-text p {
    font-size: 14px;
  }
  .course-list {
    padding: 30px 0;
  }
  .course-list h1 {
    font-size: 20px;
  }
  .famous .page-card-body,
  .precise .page-card-body,
  .kids .page-card-body,
  .course-list .page-card-body {
    position: static;
    display: block;
  }
  .famous,
  .kids {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .precise {
    padding-top: 30px;
  }
  .course-list td {
    width: auto;
    font-size: 14px;
  }
  .course-list .page-search {
    display: block;
    text-align: center;
    padding: 0 10%;
  }
  .course-list .page-search .form {
    margin: 30px 0;
  }
  .page-footer .page-card-body {
    top: 10%;
  }
  .page-footer h1 {
    font-size: 18px;
    margin-top: 0;
  }
}
