.industries-items .industries-item {
	height: 380px;
	padding: 131px 30px 10px 31px;
}
.industries-items .industries-item .text_for_ind {
	margin-top: 10px;
}
.solution-items .solution-item {
	height: 320px;
}
.solution-items .line4_items_text {
	max-width: 80%;
	margin: 20px auto 0 auto;
}
.line3 .line3_items_text {
	/* font-family: 'NunitoSans-SemiBold', sans-serif; */
	font-family: 'NunitoSans-Light', sans-serif;
	font-size: 25px;
	line-height: 1.3;
	max-width: 80%;
	margin: 30px auto 50px auto;
}









@media screen and (max-width: 1300px) {
	.industries-items .industries-item {
		height: 340px;
	}
}
@media screen and (max-width: 991px) {
	.industries-items .industries-item {
		height: 260px;
	}
}
@media screen and (max-width: 768px) {
	.industries-items .industries-item {
		height: 300px;
	}
	.solution-items .solution-item {
		height: 370px;
	}
	.line3 .line3_items_text {
		font-size: 18px;
		max-width: 100%;
	}
}
@media screen and (max-width: 568px) {
	.industries-items .industries-item {
		padding: 110px 20px 20px 21px;
	}
}
@media screen and (max-width: 424px) {
	.industries-items .industries-item {
		padding: 110px 30px 30px 30px;
		height: auto;
	}
	.solution-items .solution-item {
		height: auto;
	}
	.solution-items .line4_items_text {
		margin: 20px auto 25px auto;
	}
	.line3 .line3_items_text {
		font-family: 'NunitoSans-Light', sans-serif;
		text-align: justify;
		font-size: 16px;
	}
	.line3 .line3_items_text.f_part {
		margin-bottom: 0;
	}
}