.course-meta {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  margin-top: 30px;
}

.course-highlight {
  background: #fff;
  padding: 28px;
  border: 1px solid #e1e9f6;
  border-radius: 20px;
  margin-top: 55px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  grid-gap: 40px;
  gap: 40px;
}

.course-highlight .block::before {
  content: "\f26a";
  font-family: "bootstrap-icons";
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  position: absolute;
  color: #ff9e0bba;
  left: 0px;
}

.course-highlight .block {
  padding-left: 40px;
  position: relative;
}

.course-highlight .title {
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 4px;
  color: #000;
}

.course-highlight .desc {
  font-size: 15px;
  line-height: 23px;
  color: #55627b;
}

.course-features .block {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 20px;
  border: 1px solid #e1e9f6;
  border-radius: 10px;
  color: #000;
  font-weight: 500;
  font-size: 18px;
}


.stiky-sidebar {
  background: #deedfb;
  padding: 30px 25px;
  border-radius: 10px;
  position: sticky;
  position: -webkit-sticky;
  top: 30px;
}


.course-fees .wrapper {
  background: #f3f6f8;
  border-radius: 20px;
  padding: 35px 60px;
  display: flex;
  align-items: center;
  grid-gap: 50px;
  gap: 50px;
}

.course-description ul li {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 6px;
  color: #000;
  background-position: 0 6px;
  background-size: 15px 15px;
  padding-left: 28px;
  list-style: none;
  position: relative;
}

.course-description ul li::before {
  content: "\f26a";
  font-family: "bootstrap-icons";
  font-weight: normal;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  position: absolute;
  color: #00000050;
  left: 0px;
}

.course-description ul {
  padding-left: 4px;
}

.stiky-sidebar h3.sec-heading {
    line-height: 34px;
    margin-top: 20px !important;
}

@media (max-width: 992px) {
  .course-meta.d-flex span {
    display: grid;
    align-items: center;
    justify-content: center;
    place-content: center;
    text-align: center;
    gap: 0px !important;
  }

  .course-meta.d-flex {
    gap: 18px !important;
  }

  .course-highlight,
  .course-fees .wrapper {
    display: block;
  }

  .course-highlight .block {
    padding-top: 16px;
  }
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
}