/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 29 2024 | 02:17:23 */
.program-header {
	
}
.program-header > .section__content > .layout-row__content  > .layout-row {
	height: calc(100vh - 210px);
	border-radius: var(--image-border-radius);
	clip-path: border-box;
	align-content: flex-end;
	padding: 20px;
}
.program-header .cards-block .section__content {
	max-width: 100%;
    width: 100%;
}
.program-header .cards-block .post-cards__static-layout {
	gap: 10px;
}
.program-header .cards-block .post-cards__item {
	border-radius: 15px;
}
.program-header .card-style-stat .standard-card-title, .program-header .card-style-stat .standard-card-text {
	text-align: left;
	color: var(--p2);
}
.program-header .standard-card-content .evlt-div {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.program-header .card-style-stat .standard-card-title {
	order: 2;
}
.program-header .evlt-paragraph {
	color: #fff;
	width: 70%;
}

@media (max-width: 768px) {
	.program-header > .section__content > .layout-row__content  > .layout-row {
		height: auto;
	}
}