.guaranteesBox {
	margin-bottom: 100px !important;
	clear: both;
}
.guaranteesBit {
	width: 25%;
	float: left;
	padding-left: 20px;
	box-sizing: border-box;
}
.guaranteesBit h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 23px;
}
.guaranteesImg {
	height: 120px;
	clear: both;
}
.guaranteesImg img {
	max-width: 100%;
	height: auto;
}
@media (max-width: 1000px) {
	.guaranteesBit {
		width: 50%;
		margin-bottom: 30px;
	}
}