.b-services .header {
	margin-bottom: 62px;
}
.b-services .item {
	padding: 48px;
	border-radius: 16px;
	gap: 44px;
	transition: all 0.3s ease;
}
.b-services .item:hover {
	background: var(--color-blue);
}
.b-services .item.c-white * {
	color: #fff;
}
.b-services .item .nr {
	font-size: 64px;
	line-height: 64px;
}
.b-services .item .h4 {
	margin-bottom: 17px;
}
.b-services .item .text {
	line-height: 27px;
}
.b-services .item .link {
	letter-spacing: 0.8px;
	font-size: 16px;
	line-height: 20px;
	flex-wrap: nowrap;
}
.b-services .item .link svg {
	transition: all 0.3s ease;
}
.b-services .item:hover .link svg {
	margin-left: 24px;
}
.b-services .item .link svg {
	margin-left: 16px;
}
@media (max-width: 1400px) {
	.b-services .item {
		padding: 24px;
	}
}
@media (max-width: 767px) {
	.b-services .header {
		margin-bottom: 24px;
	}
	.b-services .item {
		padding: 24px 52px 31px 32px;
		gap: 24px;
		flex-direction: column;
	}
	.b-services .item .nr {
		font-size: 40px;
		line-height: 49px;
	}
	.b-services .item .text {
		line-height: 22px;
	}
	.b-services .item .text p:last-child {
		margin-bottom: 0;
	}
	.b-services .item .link {
		font-size: 14px;
		font-weight: 700;
		line-height: 17px;
		letter-spacing: 0.7px;
	}
	.b-services .item .link svg {
		width: 20px;
		margin-bottom: 2px;
	}
	.b-services .row {
		gap: 16px;
	}
}