.d_homeFeatures {
	padding: 60px 20px 10px 20px;
	color: #808080;
	text-align: center;
	background: black;
	margin-top: 20px;
}

.d_homeFeatures_title {
	color: #808080;
	margin: 0 auto 35px auto;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 700;
	text-transform: uppercase;
}

.d_homeFeatures_item {
	margin: 0 auto 20px auto;
	width: 100%;
	border-radius: 3px;
	border: 1px solid #616262;
	background: #131313;
	padding: 20px 15px;
	max-width: 450px;
}

.d_homeFeatures_subtitle {
	font-size: 18px;
	margin-bottom: 0;
	color: white;
	font-weight: 600;
}

.d_homeFeatures_text {
	max-width: 210px;
	color: #b1aeae;
	margin: 0 auto;
	font-size: 14px;
}

@media (min-width: 1200px) {
	.d_homeFeatures {
		margin-top: 20px;
		padding: 70px 20px 50px 20px;
	}

	.d_homeFeatures_title {
		margin: 0 auto 50px auto;
		font-size: 36px;
		line-height: 1.364;
	}

	.d_homeFeatures_flex {
		display: flex;
		justify-content: center;
	}

	.d_homeFeatures_item {
		margin: 0 16px;
	}

	.d_homeFeatures_subtitle {
		margin-bottom: 3px;
		font-size: 22px;
	}

	.d_homeFeatures_text {
		font-size: 16px;
	}
}