body {
	background: #f2f3f5;
}

.d_categoryPage {
	padding: 0 20px 60px 20px;
}

.d_categoryPage_title {
	font-size: 30px;
	line-height: 32px;
	color: #111;
	margin: 45px 0 20px 0;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}

.d_categoryPage_description {
	text-align: center;
	padding: 0 20px;
	margin: 0 auto 40px auto;
	max-width: 480px;
	line-height: 1.5;
	color: #5e5e5e;
}

.d_categoryPage_descriptionBold {
	font-weight: 600;
}

.d_categoryPage_description a {
	color: #5e5e5e;
}

.d_categoryPage .d_courseItem_inner {
	margin: 0 auto 20px auto;
	box-shadow: 0 1px 5px 0 rgb(0 1 1 / 30%);
}

.d_searchPage {
	display: flex;
	flex-direction: column;
}

.d_searchPage .d_categoryPage_flex {
	order: 3;
}

@media (min-width: 992px) {
	.d_categoryPage {
		max-width: 1320px;
		margin: 0 auto;
	}

	.d_categoryPage_title {
		margin: 60px 0 25px 0;
	}

	.d_categoryPage_flex {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.d_categoryPage .d_courseItem {
		display: block;
		padding: 0 15px;
	}
}

@media (min-width: 1200px) {
	.d_categoryPage_flex {
		justify-content: flex-start;
	}

	.d_categoryPage_title {
		text-align: left;
		padding-left: 15px;
	}

	.d_categoryPage_description {
		padding: 0 15px;
		max-width: initial;
		text-align: left;
		margin-left: 0;
	}

	.d_categoryPage .d_courseItem_inner {
		margin: 0 auto 30px auto;
	}
}