.home__news-section-wrapper {
	& > .cards-news-4-column {
		padding-top: 1rem;
		padding-bottom: 1rem;
	}
}

.home__program-section-wrapper {
	& > .map-dir-cards-section {
		padding-top: 4rem;
		padding-bottom: 3rem;
	}
}

/* EVENTS from widget */
/* copied from the stonybrook website for the background to scroll */  
.elfsight-app-4b2e0d7c-b592-4241-a806-a5617146776d {
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	padding: 5rem;
	/* Change this link to change the background image of the events section on the home page */
	background-image: url(/_images/home/event-calendar-bg.png);
}