.nlms-ben {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	align-self: stretch;
	margin-top: 64px;
	margin-bottom: 64px;
}
.nlms-ben-t {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.nlms-ben-t-h {
	color: var(--Black, #131313);
	font-family: Inter;
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 32px; /* 114.286% */
	letter-spacing: -0.28px;
}
.nlms-ben-t-d {
	color: var(--Grey, #757575);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
}
.nlms-ben-b {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 16px;
	align-self: stretch;
}
.nlms-ben-b-c {
	flex: 1 1 calc((100% - 32px) / 3); /* 3 карточки с отступами по 16px */
	max-width: calc((100% - 32px) / 3);
	display: flex;
	min-height: 424px;
	padding: 20px;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	border-radius: 16px;
	border: 1px solid var(--Light-Grey, #ECECEC);
	background: var(--Extra-Light-Grey, #FAFAFA);
}
.nlms-ben-b-c-d {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}
.nlms-ben-b-c-d-b {
	color: #000;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 28px; /* 140% */
	letter-spacing: -0.2px;
}
.nlms-ben-b-c-d-t {
	color: var(--Grey, #757575);
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.16px;
}

@media screen and (max-width: 990.98px) {
	.nlms-ben-b-c {
		flex: 1 1 100%;
    	max-width: 100%;
	}
}