.course-item {
  margin-bottom: 15px;
  border: 1px solid #ededed;
  padding: 4px;
}
@media (min-width: 992px) {
  .course-item {
    display: flex;
  }
  .course-item .course-thumbnail {
    margin-right: 20px;
    min-width: 300px;
    width: 300px;
  }
}
.course-item .thim-course-content .course-readmore {
  float: none !important;
}
.course-item .thim-course-content .course-readmore a {
  background: #ee1c25;
  color: #fff;
  padding: 3px 14px !important;
  height: auto !important;
  line-height: 1.5 !important;
}
@media (max-width: 991px) {
  .course-item .thim-course-content {
    text-align: center;
  }
  .course-item .thim-course-content .course-readmore a {
    margin: 0 30px 30px;
    width: calc(100% - 60px);
  }
}