.lamcomex-hero__cards-shell {
	position: relative;
	z-index: 5;
	width: 100%;
	max-width: 1280px;
	margin: -88px auto 0;
	padding: 0 clamp(18px, 4vw, 44px);
}

.lamcomex-hero__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1px;
	overflow: hidden;
	border: 1px solid #e6e8eb;
	border-radius: 18px;
	background: #e6e8eb;
	box-shadow: 0 18px 44px rgba(20, 24, 29, 0.1);
}

.lamcomex-hero__card {
	min-width: 0;
	padding: 38px 34px 40px;
	background: #fff;
}

.lamcomex-hero__card-line {
	display: block;
	width: 40px;
	height: 4px;
	margin-bottom: 22px;
	border-radius: 2px;
	background: #ee6321;
}

.lamcomex-hero__card-title {
	margin: 0 0 10px;
	color: #22262b;
	font-family: Archivo, sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1.25;
	text-transform: uppercase;
}

.lamcomex-hero__card-text {
	margin: 0;
	color: #5a6068;
	font-family: Barlow, sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

@media (max-width: 860px) {
	.lamcomex-hero__cards {
		grid-template-columns: 1fr;
	}
	.lamcomex-hero__cards-shell {
		margin-top: -54px;
	}
	.lamcomex-hero__card {
		padding: 30px 28px;
	}
}

@media (max-width: 480px) {
	.lamcomex-hero__cards-shell {
		margin-top: -34px;
	}
	.lamcomex-hero__card {
		padding: 26px 22px;
	}
	.lamcomex-hero__card-line {
		margin-bottom: 17px;
	}
	.lamcomex-hero__card-title {
		font-size: 17px;
	}
}
