.b-icon-title-text-with-top-text h2 {
	color: #2f2f2f;
	text-align: center;
	font-size: 35px;
	font-weight: 500;
	line-height: 55px;
	margin: 0 0 45px;
}
.b-icon-title-text-with-top-text {
	padding: 59px 0 54px;
}
.b-icon-title-text-with-top-text .b-icon-title-text__list {
	display: flex;
	flex-wrap: wrap;
	gap: 41px;
	margin-bottom: 53px;
}
.b-icon-title-text-with-top-text .b-icon-title-text__list li {
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: #fff;
	box-shadow: 4px 4px 25.3px 0 rgba(0, 0, 0, 0.1);
	padding: 30px;
	width: calc(100% / 3 - 28px);
}
.b-icon-title-text-with-top-text .b-icon-title-text__icon img {
	height: 129px;
	width: auto;
}
.b-icon-title-text-with-top-text .b-icon-title-text__txt h2 {
	text-align: left;
	color: #2f2f2f;
	font-size: 22px;
	font-weight: 500;
	line-height: 55px;
	margin: 0;
}
.b-icon-title-text-with-top-text .b-icon-title-text__txt p {
	color: #2f2f2f;
	font-size: 20px;
	line-height: 27px;
	margin: 0;
}

@media (min-width: 992px) and (max-width: 1440px) {
	.b-icon-title-text-with-top-text h2 {
		font-size: 2.43vw;
		line-height: 3.82vw;
		margin: 0 0 3.13vw;
	}
	.b-icon-title-text-with-top-text {
		padding: 4.1vw 0 3.75vw;
	}
	.b-icon-title-text-with-top-text .b-icon-title-text__list {
		gap: 2.85vw;
		margin-bottom: 3.68vw;
	}
	.b-icon-title-text-with-top-text .b-icon-title-text__list li {
		border-radius: 0.69vw;
		padding: 2.08vw;
		width: calc(100% / 3 - 1.94vw);
	}
	.b-icon-title-text-with-top-text .b-icon-title-text__icon img {
		height: 8.96vw;
	}
	.b-icon-title-text-with-top-text .b-icon-title-text__txt h2 {
		font-size: 1.53vw;
		font-weight: 500;
		line-height: 3.82vw;
	}
	.b-icon-title-text-with-top-text .b-icon-title-text__txt p {
		font-size: 1.39vw;
		line-height: 1.88vw;
	}
}

@media (max-width: 991px) {
    .b-icon-title-text-with-top-text h2 {
		font-size: 26px;
		line-height: 1.5;
		margin: 0 0 30px;
	}
	.b-icon-title-text-with-top-text {
		padding: 50px 0;
	}
	.b-icon-title-text-with-top-text .b-icon-title-text__list {
		gap: 20px;
		margin-bottom: 30px;
	}
	.b-icon-title-text-with-top-text .b-icon-title-text__list li {
		border-radius: 10px;
		padding: 30px;
		width: 100%;
	}
	.b-icon-title-text-with-top-text .b-icon-title-text__icon img {
		height: 129px;
	}
	.b-icon-title-text-with-top-text .b-icon-title-text__txt h2 {
        font-size: 22px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
	.b-icon-title-text-with-top-text .b-icon-title-text__txt p {
		font-size: 17px;
        line-height: 1.4;
	}
}
