
/* reduces the margin-top for the Similar Programs section, just for desktop */
@media screen and (min-width: 1025px) {
	section.section.program-list {
		margin-top: 3.2em;
  	}
}