.course-details-hero {
  background-color: #191e62;
  height: 274px;
  position: relative;
}
.course-details-hero h1 {
  @media screen and (max-width: 936px) {
    font-size: 28px;
  }
}
.course-details-second-hero {
  padding-top: 0;
  position: relative;
  bottom: 140px;
}
.course-details-description {
  display: flex;
  gap: 40px;
  position: relative;
  bottom: 60px;
  @media screen and (max-width: 936px) {
    flex-direction: column;
  }
}
.cdd-content-left {
  width: 100%;
}
.cdd-content-right {
  background-color: #fff;
  padding: 30px 15px;
  border-radius: 15px;
  width: 320px;
  @media screen and (max-width: 936px) {
    width: 100%;
  }
}
.cdd-content-right .warning {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 20px 0;
}
.cdd-content-right .warning img {
  height: 49px;
  width: 55px;
}
/* ================ course page ============= */
.course-description {
  position: relative;
  bottom: 60px;
}
.cdd-content {
  padding: 15px;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 30px;
  @media screen and (max-width: 500px) {
    padding: 15px 10px;
  }
}
