.phorte-related-228 {
	background: transparent !important;
	color: var(--phorte-related-228-text, inherit);
	padding: 0 !important;
	width: 100% !important;
	max-width: none !important;
}

.phorte-related-228__inner {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
}

.phorte-related-228 h2 {
	color: var(--phorte-related-228-text, inherit);
	font-size: var(--phorte-related-228-title-size, 32px);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0;
}

.phorte-related-228__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 24px;
	width: 100%;
}

.phorte-related-228__grid > .ph-course-card {
	width: 100%;
	min-width: 0;
	height: 100%;
}

@media (max-width: 1024px) {
	.phorte-related-228__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.phorte-related-228__grid {
		grid-template-columns: 1fr;
	}
}
