.usps_icons_wrapper {
	background-color: #F7F6F2;
	padding: 70px 0 50px;
}

ul.usps_icons {
	overflow: hidden;
}

.usp_icon {
	float: left;
	width: 25%;
	text-align: center;
}

.title_usp_icon {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 20px;
}

.subtitle_usp_icon {
	font-size: 16px;
	line-height: 25px;
}

.image_usp_icon {
	margin-bottom: 10px;
	min-height: 60px;
	display: flex;
	align-items: center;
}

.image_usp_icon img {
	margin: auto;
}

@media (max-width: 767px) {
	.usp_icon {
		float: none;
		width: 100%;
		margin-bottom: 30px;
	}	

	.usp_icon:last-child {
		margin-bottom: 0;
	}

	.usps_icons_wrapper {
		padding: 40px 0 50px;
	}
}
