#filter-section-colleges h2 {
    width: 100%;
    /* Ensure it spans the full width */
    margin-bottom: 10px;
    /* Add space below the heading */
    font-size: 1.2rem;
    /* Adjust font size if needed */
    text-align: left;
    /* Align text to the left */
  }
  
  .filter-section-lycees h2,
  .filter-section-colleges h2 {
    width: 100%;
    /* Ensure it spans the full width  */
    margin-bottom: 10px;
    /* Add space below the heading  */
    font-size: 1.2rem;
    /* Adjust font size if needed  */
    text-align: left;
    /* Align text to the left  */
  }