.program-cards .grid-x {
	width: 100%;
}
.program-cards__icon {
	max-width: 30px;
	max-height: 30px;
	border-radius: 100%;
}
.program-cards .cell {
	max-width: 20rem;
}
.program-cards .card-section {
	display: flex;
	flex-flow: column nowrap;
	gap: 0.625rem;
	justify-content: space-between;
}
.program-cards__title {
	color: var(--wp--preset--color--black);
	font-size: 1.25rem;
	font-style: normal;
	font-weight: 700;
	line-height: 1.875rem;
	margin-top: 1.238125rem;
}
.program-cards__link {
	font-weight: 700;
	line-height: 1.875rem;
}
@media (max-width: 590px) {
	.program-cards .grid-x {
		justify-content: center;
	}
}
@media (max-width: 40em) {
	.program-cards .grid-x {
		justify-content: center;
	}
	.program-cards .card-section {
		align-items: center;
	}
}
