.courses_body {
  height: auto;
  background-color: #f6f6f6;
}
.course_head_cont {
  height: 260px;
  background-image: linear-gradient(rgba(16, 35, 49, 0.72), rgba(16, 35, 49, 0.72)), url("../Images/team/business-workspace.webp");
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.course_head {
  color: #fff;
  font-size: 48px;
  font-weight: 900;
  max-width: 92%;
  text-align: center;
  overflow-wrap: anywhere;
}
.course1 {
  width: 40%;
  height: auto;
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  box-shadow: 0px 8px 16px 2px #7a787814;
  align-items: center;
}
.course_title {
  font-size: 29px;
  color: #151414;
  font-weight: 700;
  margin: 5px 0;
}
.course_desc {
  font-size: 17px;
  color: #565554;
  margin: 5px 0;
  padding-bottom: 10px;
}
.course_details {
  display: flex;
  justify-content: space-between;
  align-items: end;
  height: 55px;
  margin: 5px 0;
}
.courses_container {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
.course_wrapper {
  width: 80%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.course1_wrapper {
  width: 90%;
}
.course_img {
  width: 100%;
  margin: 20px 0 10px 0;
}
.course_price_cont {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.real_price {
  font-size: 24px;
  color: #343333;
}
.course_duration {
  font-size: 24px;
  color: #343333;
}
.enrol_btn_cont,
.enrol_btn_cont2 {
  margin: 20px 0;
  width: 100%;
}
.enrol_btn {
  width: 80%;
  height: 40px;
  border-radius: 8px;
  border: unset;
  color: #222222;
  cursor: pointer;
  font-size: 16px;
}
.course_overall_wrapper {
  /* height: 77.5%; */
  display: flex;
  align-items: center;
}
.course_head_overall {
  width: 100%;
}
.course_price {
  color: #343333;
}

@media screen and (max-width: 1177px) {
  .course1 {
    width: 45%;
  }
}

@media screen and (max-width: 990px) {
  .course_title {
    font-size: 25px;
  }
}

@media screen and (max-width: 900px) {
  .course_wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 860px) {
  .courses_container {
    margin: 30px 0;
  }
  .course_wrapper {
    justify-content: center;
  }
  .course1 {
    width: 80%;
    margin: 10px 0;
  }
}

@media screen and (max-width: 650px) {
  .course1 {
    width: 95%;
  }
}

@media screen and (max-width: 450px) {
  .course_head {
    font-size: 34px;
    line-height: 1.15;
  }
  .enrol_btn_cont {
    text-align: center;
  }
}
