.categories_container {
  margin-top: 100px;
}

.categories_heading_title {
  padding-bottom: 1rem;
  margin-bottom: 3rem;
  font-family: 'Poppins', sans-serif !important;
  font-size: 32px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 42px;
  color: #1D1D1E;
}

.course_cards_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.courses_card {
  width: 368px;
}

.courses_title {
  font-size: 1rem !important;
  line-height: 1.2em;
  font-weight: normal !important;
  color: #2e2e54;
  margin: 1rem 0 !important;
  height: 50px;
  overflow: hidden;
}

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

.courses_image {
  position: relative;
}

.courses_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;
}

.courses_img {
  flex: 7;
  border-radius: 12px;
}

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

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

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

.primeaccess_wrapper {
  margin-bottom: 3rem;
}

.primeaccess_wrapper .MuiContainer-root {
  padding: 0;
}

.primeaccess_wrapper .prime_access_list,
.primeaccess_wrapper .prime_access_buy {
  padding: 1rem;
}

.category_chips_wrapper {
  margin-bottom: 1rem;
}

@media all and (max-width: 768px) {

  .primeaccess_wrapper .prime_access_card {
    border-radius: 0;
  }

}