.ns-flex-content-cards {
	box-sizing: border-box;
	padding: 39px 0 !important;
	background: var(--ns-content-cards-background, #f4f4f4);
	font-family: "Barlow", sans-serif;
}

.ns-flex-content-cards *,
.ns-flex-content-cards *::before,
.ns-flex-content-cards *::after {
	box-sizing: border-box;
}

.ns-flex-content-cards--without-header {
	padding-top: 84px !important;
}

.ns-flex-content-cards__header {
	margin: 0 auto 68px;
	text-align: center;
}

.ns-flex-content-cards__heading {
	margin: 0 !important;
	color: var(--ns-content-cards-heading-color, #231f20);
	font-family: inherit;
	font-size: 48px;
	font-weight: 700;
	line-height: 1.08;
	white-space: pre-line;
}

.ns-flex-content-cards__intro {
	max-width: 936px;
	margin: 24px auto 0;
	color: var(--ns-content-cards-intro-color, #231f20);
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
}

.ns-flex-content-cards__intro > * {
	margin: 0 !important;
	color: inherit;
	font: inherit;
}

.ns-flex-content-cards__intro > * + * {
	margin-top: 1em !important;
}

.ns-flex-content-cards__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 30px;
}

.ns-flex-content-cards__card {
	display: flex;
	min-width: 0;
	height: 100%;
	padding: 40px 35px;
	border-radius: 9px;
	background: var(--ns-content-cards-card-background, #fff);
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.ns-flex-content-cards__card--has-icon {
	padding: 40px;
	border-radius: 19px;
}

.ns-flex-content-cards__icon-wrap {
	display: flex;
	width: 160px;
	min-width: 160px;
	align-items: flex-start;
	justify-content: flex-start;
	padding-right: 32px;
}

.ns-flex-content-cards__icon {
	display: block;
	max-width: 100%;
	height: auto;
	max-height: 92px;
	margin: 0;
}

.ns-flex-content-cards__card-content {
	min-width: 0;
	flex: 1;
}

.ns-flex-content-cards__title {
	margin: 0 !important;
	color: var(--ns-content-cards-title-color, #da1d52);
	font-family: inherit;
	font-size: 32px;
	font-weight: 700;
	line-height: 42px;
	white-space: pre-line;
}

.ns-flex-content-cards__card--has-icon .ns-flex-content-cards__title {
	font-size: 28px;
	font-weight: 600;
	line-height: 28px;
}

.ns-flex-content-cards__text {
	margin-top: 18px;
	color: var(--ns-content-cards-text-color, #231f20);
	font-size: 24px;
	font-weight: 400;
}

.ns-flex-content-cards__card--has-icon .ns-flex-content-cards__text {
	margin-top: 17px;
	font-size: 18px;
	line-height: 24px;
}

.ns-flex-content-cards__text > * {
	margin: 0 !important;
	color: inherit;
	font: inherit;
}

.ns-flex-content-cards__text > * + * {
	margin-top: 1em !important;
}

@media (max-width: 900px) {
	.ns-flex-content-cards {
		padding: 47px 0 !important;
	}
	.ns-flex-content-cards__heading {
		font-size: 32px;
		line-height: 1.15;
	}

	.ns-flex-content-cards__header {
		margin-bottom: 40px;
	}

	.ns-flex-content-cards__intro {
		margin-top: 20px;
		font-size: 18px;
		line-height: 24px;
	}

	.ns-flex-content-cards__grid {
		grid-template-columns: minmax(0, 1fr);
		gap: 15px;
	}
}

@media (max-width: 700px) {
	.ns-flex-content-cards__card {
		padding: 40px 28px;
	}

	.ns-flex-content-cards__card--has-icon {
		padding: 40px 28px 40px 39px;
	}

	.ns-flex-content-cards__icon-wrap {
		width: 65px;
		min-width: 65px;
		padding-right: 25px;
	}

	.ns-flex-content-cards__icon {
		max-width: 40px;
		max-height: 60px;
	}

	.ns-flex-content-cards__title {
		font-size: 24px;
		line-height: 1.05;
	}

	.ns-flex-content-cards__card--has-icon .ns-flex-content-cards__title {
		font-size: 21px;
		line-height: 28px;
	}

	.ns-flex-content-cards__text {
		margin-top: 14px;
		font-size: 16px;
		line-height: 21px;
	}

	.ns-flex-content-cards__card--has-icon .ns-flex-content-cards__text {
		font-size: 15px;
		line-height: 18px;
		margin-top: 12px;
	}
}
