.feature.full {
	padding: 50px 70px;
}

.feature.full h5,
.feature.half h5 {
	font-size: 46px;
}

.feature.full p,
.feature.half p {
	font-size: 26px;
}

.feature.full img,
.feature.half img {
	width: 40px;
}
@media (max-width: 1440px) {
	.feature.full {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 767px) {
	.feature.full h5,
	.feature.half h5 {
		font-size: 26px;
	}

	.feature.full p,
	.feature.half p {
		font-size: 16px;
	}

	.feature.full {
		padding: 40px 40px;
	}

	.feature.full img,
	.feature.half img {
		width: 38px;
	}
}

.image-left .feature .row {
	flex-direction: row-reverse;
}
.solution--white .feature.full h5 {
	margin-bottom: 8px !important;
	margin-top: 53px !important;
	font-weight: 500;
	line-height: 110%;
	letter-spacing: -2%;
}
.solution--white .feature.full h5 + p {
	padding: 0 !important;
	line-height: 130%;
	letter-spacing: -2%;
	max-width: 638px;
}
.solution--white .container {
	max-width: 1595px;
	padding-bottom: 21px !important;
}
.solution--white .feature {
	background: #fff;
	padding-bottom: 0;
}
.solution--white .row .feature.full .col-12 {
	margin-top: 0;
}
.solution--white .img-fluid.w-100 {
	width: auto !important;
}

@media (min-width: 1280px) and (max-width: 1440px) {
	.solution--white .container {
		max-width: 1270px;
	}
	.solution--white .row .feature.full .col-12:first-child {
	  padding-left: 0;
	}
	.solution--white.image-left .row .feature.full .col-12:nth-child(2) {
	  padding-left: 0;
	}
}

@media (max-width: 991px) {
	.solution--white .feature {
		padding: 45px 0 0;
	}
	.solution--whit .feature.full img {
		width: 24px;
	}
	.solution--white .feature.full h5 {
		margin-top: 40px !important;
	}
}
