.latest_courses_slider_card {
  width: 100%;
}

.latest_courses_slide_title {
  font-size: 1rem !important;
  font-weight: normal !important;
  color: #2e2e54;
  margin: 1rem 0 !important;
  min-height: 110px;
}

.latest_courses_text_details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.latest_courses_slider_image {
  position: relative;
}

.latest_courses_slider_image > span {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 0.8rem;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0.1rem 0.5rem;
}

.latest_courses_slider_img {
  flex: 7;
}

.latest_courses_slider_footer {
  font-size: 0.8rem;
  color: #3e3e3e;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.latest_courses_slider_footer > span {
  display: flex;
  font-weight: 500;
  gap: 0.2rem;
}

.latest_courses_slider_footer span img{
  width: 16px;
  height: 16px;
}

.latest_courses_slider_footer svg,
.latest_courses_slider_image svg {
  width: 16px;
  height: 16px;
}