  /*Homepage Colleges 5 Up Card CSS*/
@media screen and (min-width: 768px) {
  .homepage-colleges-5-up .five-up-card-row .card-basic-header {
    min-height: 108px;
    width: 75%;
  }

  /* Reset width for the fourth column */
  .homepage-colleges-5-up .five-up-card-row .col:nth-child(4) .card-basic-header {
    width: 100%;
  }
  .homepage-colleges-5-up .five-up-card-row .col:nth-child(3) .card-basic-header {
    width: 50%;
  }
}
/*End Homepage Colleges 5 Up Card CSS*/