.course-section .row {
  row-gap: 24px;
}

.course-section .row > .col-md-6.col-lg-4,
.course-section .row > [class*="col-"] {
  margin-bottom: 24px !important;
}

.course-section .course-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid #d8dde8;
  background: #f1f2f4;
}

.course-section .course-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 28px 24px 26px;
}

.course-section .course-thumb img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}

.course-section .course-content .title {
  font-family: "Roboto", sans-serif;
  font-size: 19px;
  line-height: 1.3;
  color: #040e27;
  margin-bottom: 12px;
}

.course-section .course-content .title a {
  color: #040e27;
}

.course-section .course-content .course-meta-line {
  font-family: "Lato", sans-serif;
  color: #5f6981;
  font-size: 13px;
  line-height: 1.4;
  margin: 0 0 10px;
}

.course-section .course-content p {
  font-family: "Lato", sans-serif;
  color: #4c576f;
  font-size: 15px;
  line-height: 1.6;
  margin-top: 0;
}

.course-section .course-tags {
  margin-bottom: 12px;
}

.course-section .course-tag {
  display: inline-block;
  background: #dce2ef;
  color: #2b60c8;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 999px;
  line-height: 1.2;
}

.course-section .course-content .course-cta-btn {
  margin-top: auto;
  display: block;
  width: 100%;
  text-align: center;
  border: 3px solid #2b60c8;
  border-radius: 20px;
  color: #2b60c8;
  background: transparent;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  padding: 12px 10px;
}

.course-section .course-content .course-cta-btn:hover,
.course-section .course-content .course-cta-btn:focus-visible {
  background: #2b60c8;
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 991.98px) {
  .course-section .course-thumb img { height: 240px; }
}

@media (max-width: 767.98px) {
  .course-section .row {
    row-gap: 28px;
  }

  .course-section .row > .col-md-6.col-lg-4,
  .course-section .row > [class*="col-"] {
    margin-bottom: 28px !important;
  }

  .course-section .course-content {
    padding: 20px 18px 22px;
  }

  .course-section .course-thumb img {
    height: 210px;
  }

  .course-section .course-content .title {
    font-size: 18px;
  }

  .course-section .course-tag {
    font-size: 12px;
    padding: 7px 12px;
  }

  .course-section .course-content p {
    font-size: 14px;
  }

  .course-section .course-content .course-cta-btn {
    font-size: 15px;
    padding: 11px 10px;
  }
}
