.mt-9dc57438-container {
	position: relative;
	padding: 40px 20px;
	width: 100%;
}

.mt-9dc57438-container::after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 150px;
	background-image: radial-gradient(#e0e0e0 2px, transparent 2px);
	background-size: 20px 20px;
	opacity: 0.4;
	z-index: 0;
	pointer-events: none;
}

.mt-9dc57438-title-wrapper {
	text-align: center;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}

.mt-9dc57438-title {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}

.mt-9dc57438-grid {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 15px;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.mt-9dc57438-card {
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	padding: 30px 15px;
	text-align: center;
	background-color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.mt-9dc57438-icon-wrapper {
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #2f342b;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

.mt-9dc57438-icon-wrapper i {
	font-size: 28px;
	color: #8c9e5e;
}
.mt-9dc57438-icon-wrapper svg {
	width: 28px;
	height: 28px;
	fill: #8c9e5e;
}

.mt-9dc57438-card-title {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0;
	text-transform: uppercase;
}

@media (max-width: 1024px) {
	.mt-9dc57438-grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.mt-9dc57438-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.mt-9dc57438-grid {
		grid-template-columns: 1fr;
	}
}
