@import "src/assets/css/variable";
/*
底部查看所有课程
*/
.all-course {
  width: 100%;
  padding: 20px 15px 30px 15px;
  text-align: center;
  margin-bottom: 50px;
  background: #fff;

  p {
    color: $active;
    font-size: 16px;
    margin-bottom: 10px;
  }

  span {
    color: $color_525B65;
    font-size: 12px;
  }
}