@import "src/assets/css/variable";
.course-base-item {
  width: 47.8%;
  margin-top: 15px;
  margin-bottom: 5px;
  position: relative;

  img {
    width: 100%;
    height: 119px;
    min-height: 119px;
  }

  .course-title {
    font-size: 14px;
    color: $color_333;
    line-height: 19px;
    margin-top: 9px;
  }
}