.b-icon-title-text {
	padding: 70px 0 50px;
}
.b-icon-title-text__list {
	display: flex;
	flex-direction: column;
	gap: 29px;
	margin-bottom: 58px;
}
.b-icon-title-text__list li {
	display: flex;
	align-items: center;
	padding: 35px 51px;
	gap: 62px;
	color: #fff;
	min-height: 200px
}
.b-icon-title-text__list li h2 {
	font-weight: 700;
	font-size: 42px;
	line-height: 27px;
	margin: 0 0 10px;
}
.b-icon-title-text__list li p {
	margin: 0;
	font-size: 30px;
	line-height: 35px;
}
.b-icon-title-text__icon {
	flex: 0 0 auto;
	width: 117px;
}
.b-icon-title-text__link {
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
	text-decoration: underline;
	color: #e40c5b;
}

@media (min-width: 1440px) and (max-width: 1920px) {
	.b-icon-title-text {
		padding: 3.65vw 0 2.6vw;
	}
	.b-icon-title-text__list {
		gap: 1.51vw;
		margin-bottom: 3.02vw;
	}
	.b-icon-title-text__list li {
		padding: 1.82vw 2.66vw;
		gap: 3.23vw;
		min-height: 11vw;
	}
	.b-icon-title-text__list li h2 {
		font-size: 2.19vw;
		line-height: 1.41vw;
		margin: 0 0 0.52vw;
	}
	.b-icon-title-text__list li p {
		font-size: 1.56vw;
		line-height: 1.82vw;
	}
	.b-icon-title-text__icon {
		width: 6.09vw;
	}
	.b-icon-title-text__link {
		font-size: 1.56vw;
		line-height: 2.08vw;
	}
}

@media (min-width: 992px) and (max-width: 1440px) {
	.b-icon-title-text {
		padding: 3.13vw 0;
	}
	.b-icon-title-text__list {
		gap: 1.53vw;
		margin-bottom: 3.13vw;
	}
	.b-icon-title-text__list li {
		padding: 1.67vw 2.36vw;
		gap: 4.24vw;
	}
	.b-icon-title-text__list li h2 {
		font-size: 2.71vw;
		line-height: 1.88vw;
		margin: 0 0 0.69vw;
	}
	.b-icon-title-text__list li p {
		font-size: 1.6vw;
		line-height: 2.01vw;
	}
	.b-icon-title-text__icon {
		width: 6.94vw;
	}
	.b-icon-title-text__link {
		font-size: 1.88vw;
		line-height: 2.78vw;
	}
}

@media (max-width: 991px) {
	.b-icon-title-text {
		padding: 8vw 0;
	}
	.b-icon-title-text__list {
		gap: 2.4vw;
		margin-bottom: 6.4vw;
	}
	.b-icon-title-text__list li {
		padding: 9.33vw 4.53vw;
		gap: 0;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}
	.b-icon-title-text__list li h2 {
		font-size: 5.33vw;
		line-height: 7.2vw;
		margin: 0 0 2.67vw;
	}
	.b-icon-title-text__list li p {
		font-size: 4.27vw;
		line-height: 5.07vw;
	}
	.b-icon-title-text__icon {
		width: 14.4vw;
	}
	.b-icon-title-text__link {
		font-size: 4.53vw;
		line-height: 7.2vw;
	}
}
