.eachProgram {
	width: 100%;
}

.eachProgram p {
    line-height: 1.92;
}

.eachProgram img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}




@media only screen and (min-width: 960px) {
	/* .programsGrid {
        flex-direction: row;
    } */

	.eachProgram {
		width: 33.33333333333333%;
	}
}
