.d_homeBenefits {
	background: black;
	padding: 30px 0 70px 0;
}

.d_homeBenefits_outer {
	font-weight: 500;
	color: white;
	font-size: 18px;
}

.d_homeBenefits_item {
	display: flex;
}

.d_homeBenefits_item:not(:last-of-type) {
	margin-bottom: 40px;
}

.d_homeBenefits_item .d_fontAwesomeIcon {
	display: flex;
	flex-shrink: 0;
}

.d_homeBenefits_item img {
	margin-right: 17px;
	filter: invert(84%) sepia(5%) saturate(446%) hue-rotate(169deg) brightness(88%) contrast(82%);
	width: 26px;
	height: 26px;
	margin-top: 5px;
}

.d_homeBenefits_title {
	margin-bottom: 12px;
}

.d_homeBenefits_title span {
	margin-right: 10px;
}

.d_homeBenefits_text {
	color: #b1aeae;
	font-size: 15px;
}

.d_homeBenefits_label {
	display: inline-block;
	background: #006ac3;
	text-transform: uppercase;
	font-size: 11px;
	padding: 3px 10px;
	border: 0.5px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.18);
	letter-spacing: 0.2px;
	border-radius: 22.5px;
	transform: translateY(-2px);
}

@media (min-width: 992px) {
	.d_homeBenefits {
		padding: 30px 0 30px 0;
	}

	.d_homeBenefits_outer {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		max-width: 1190px;
	}

	.d_homeBenefits_item {
		width: 50%;
	}

	.d_homeBenefits_item:not(:last-of-type) {
		margin-bottom: 80px;
	}

	.d_homeBenefits_item:nth-child(odd) {
		padding-right: 42px;
	}

	.d_homeBenefits_item img {
		width: 32px;
		height: 32px;
		margin-right: 23px;
	}

	.d_homeBenefits_title span {
		margin-right: 8px;
	}
}

@media (min-width: 1200px) {
	.d_homeBenefits_outer {
		font-size: 20px;
	}

	.d_homeBenefits_text {
		font-size: 16px;
	}

	.d_homeBenefits_label {
		font-size: 12px;
	}

	.d_homeBenefits_title {
		margin-bottom: 15px;
	}
}