.d_landingPageBoxes {
	padding: 60px 20px;
	background: rgba(244, 244, 244, 0.7);
}

.d_landingPageBoxes_box {
	padding: 25px 20px;
	background: #fff;
	box-shadow: 0 3px 5px 0 rgb(0 1 1 / 10%);
	border-radius: 9px;
	color: #868686;
	text-align: center;
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
}

.d_landingPageBoxes_box.link {
	cursor: pointer;
}

.d_landingPageBoxes_box.link:active {
	background: #f5f5f5;
	box-shadow: 0 5px #f5f5f5;
	transform: translateY(4px);
}

.d_landingPageBoxes_box:not(:last-of-type) {
	margin-bottom: 45px;
}

.d_landingPageBoxes_subtitle {
	text-transform: uppercase;
	font-weight: bold;
}

.d_landingPageBoxes_title {
	color: #000;
	font-weight: bold;
	font-size: 26px;
	margin: 10px auto;
}

.d_landingPageBoxes_text {
	margin-top: 10px;
}

.d_landingPageBoxes_text strong {
	font-weight: 600;
}

@media (min-width: 1200px) {
	.d_landingPageBoxes {
		padding: 80px 60px; 
	}

	.d_landingPageBoxes_flex {
		display: flex;
		max-width: 1250px;
		margin-left: auto;
		margin-right: auto;
	}

	.d_landingPageBoxes_box:not(:last-of-type) {
		margin-bottom: 0;
	}

	.d_landingPageBoxes_box {
		max-width: 370px;
	}

	.d_landingPageBoxes_box.extra-box {
		max-width: 22.5%;
	}

	.d_landingPageBoxes_title {
		font-size: 28px;
	}
}