.lm-why-solutions {
	--lm-why-solutions-ink: #17384f;
	--lm-why-solutions-muted: #46566a;
	--lm-why-solutions-page: #f5f6f8;
	--lm-why-solutions-card: #ffffff;
	--lm-why-solutions-accent: #d69a61;
	width: 100vw;
	max-width: 100vw;
	margin-top: 0 !important;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding: clamp(12px, 1.6vw, 18px) 0 clamp(18px, 2vw, 26px);
	background: var(--lm-why-solutions-page);
	color: var(--lm-why-solutions-ink);
	overflow: hidden;
}

.lm-why-solutions.alignfull {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.lm-why-solutions *,
.lm-why-solutions *::before,
.lm-why-solutions *::after {
	box-sizing: border-box;
}

.lm-why-solutions__inner {
	width: min(1480px, 100%);
	margin: 0 auto;
	padding: 0 clamp(18px, 5vw, 96px);
}

.lm-why-solutions__header {
	max-width: 800px;
	margin: 0 auto clamp(28px, 3.2vw, 46px);
	text-align: center;
}

.lm-why-solutions__title {
	margin: 0;
	color: var(--lm-why-solutions-ink);
	font-size: clamp(30px, 3vw, 42px) !important;
	font-weight: 700 !important;
	line-height: 1.14 !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	overflow-wrap: anywhere;
}

.lm-why-solutions__description {
	max-width: 740px;
	margin: 18px auto 0;
	color: var(--lm-why-solutions-muted);
	font-size: clamp(16px, 1.25vw, 21px);
	line-height: 1.45;
	overflow-wrap: anywhere;
}

.lm-why-solutions__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: clamp(24px, 2.6vw, 36px);
	width: min(1360px, 100%);
	margin: 0 auto;
}

.lm-why-solutions__card {
	min-width: 0;
	border-radius: 8px;
	background: var(--lm-why-solutions-card);
	box-shadow: 0 8px 22px rgba(16, 24, 40, 0.08);
	overflow: hidden;
	transform: translateY(0);
	transition: transform 220ms ease, box-shadow 220ms ease;
}

.lm-why-solutions__card:hover,
.lm-why-solutions__card:focus-within {
	box-shadow: 0 15px 34px rgba(26, 58, 82, 0.16);
	transform: translateY(-3px);
}

.lm-why-solutions__card-head {
	min-height: clamp(104px, 7.6vw, 124px);
	padding: clamp(20px, 1.8vw, 28px) clamp(22px, 2vw, 30px);
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0)),
		var(--lm-why-card-color, #1a3a52);
	color: #ffffff;
}

.lm-why-solutions__card-head h3 {
	margin: 0;
	color: inherit;
	font-size: clamp(21px, 1.65vw, 28px);
	line-height: 1.2;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	overflow-wrap: anywhere;
}

.lm-why-solutions__card-head p {
	margin: 12px 0 0;
	color: rgba(255, 255, 255, 0.92);
	font-size: clamp(13px, 0.95vw, 16px);
	font-style: italic;
	font-weight: 600;
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.lm-why-solutions__list {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: clamp(24px, 2.1vw, 32px) clamp(22px, 2vw, 30px) clamp(26px, 2.2vw, 34px);
	list-style: none;
}

.lm-why-solutions__list li {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr);
	gap: 12px;
	align-items: start;
	margin: 0;
	color: #253244;
	font-size: clamp(14px, 1vw, 16px);
	line-height: 1.35;
	overflow-wrap: anywhere;
}

.lm-why-solutions__check {
	position: relative;
	width: 24px;
	height: 24px;
	margin-top: 1px;
	border: 2px solid var(--lm-why-solutions-accent);
	border-radius: 999px;
	flex: 0 0 auto;
}

.lm-why-solutions__check::after {
	position: absolute;
	top: 4px;
	left: 7px;
	width: 7px;
	height: 12px;
	border-right: 2px solid var(--lm-why-solutions-accent);
	border-bottom: 2px solid var(--lm-why-solutions-accent);
	content: "";
	transform: rotate(45deg);
}

.wp-block-acf-why-choose-our-solutions,
.wp-block[data-type="acf/why-choose-our-solutions"] {
	max-width: none;
}

.editor-styles-wrapper .lm-why-solutions {
	width: 100%;
	max-width: 100%;
	margin-right: 0;
	margin-left: 0;
}

@media (max-width: 1024px) {
	.lm-why-solutions__grid {
		gap: 24px;
	}
}

@media (max-width: 767px) {
	.lm-why-solutions {
		padding: 12px 0 20px;
	}

	.lm-why-solutions__header {
		margin-bottom: 24px;
	}

	.lm-why-solutions__grid {
		grid-template-columns: 1fr;
	}

	.lm-why-solutions__card-head {
		min-height: auto;
	}

	.lm-why-solutions__list {
		gap: 17px;
	}

	.lm-why-solutions__list li {
		grid-template-columns: 24px minmax(0, 1fr);
		gap: 12px;
	}

	.lm-why-solutions__check {
		width: 22px;
		height: 22px;
	}
}
