.filter-col {
	width:30% !important;
	 min-width: 0;
}

@media screen and (max-width: 767px) {
  .course-row .course-details-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .course-row .course-row-label {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .course-row .course-name-link {
    display: block;
    text-align: center;
  }
   .course-row .course-2-col.horizontal {
    flex-direction: column;
  }

  .course-row .course-2-col.slots,
  .course-row .course-2-col.price {
    width: 100%;
    max-width: 100%;
  }

  .course-row .course-2-col.slots {
    margin-bottom: 15px;
  }
  .course-row .course-box-price-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 4px;
  }

  .schedule_list .course-box-price-1.bigger {
    text-align: center;
    width: 100%;
  }

  .schedule_list .course-box-price-amount {
    text-align: center;
    width: 100%;
    font-weight: 600;
  }
  .schedule_list .course-box-price-item span,
  .schedule_list .course-box-price-item div {
    display: block;
    width: 100%;
    text-align: center;
  }
  .filter-col {
	width:100% !important;
	 min-width: 0;
}
  
}

 