/* ================================== */
/* == PROGRAM FILTER -------------------------- */
.program-filter {
  margin-top: 50px;
  margin-bottom: 20px;
}
.program-filter .program {
  padding: 30px 0;
}
.program-filter .program:not(:last-child) {
  border-bottom: #DFD1A7 1px solid;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .program-filter .program .program-description:last-child {
    grid-column: auto/span 6;
  }
}
@media only screen and (min-width: 1200px) {
  .program-filter .program .program-description:last-child {
    grid-column: auto/span 12;
  }
}
.program-filter + .content p {
  max-width: none;
}