.guarantee_container{
	background: url(certyfikat.jpg);
	background-size: 100% 100%;
	padding: 7% 0 13%;
	color: #145882;
	margin-bottom: 30px;
}
.guarantee_container p{
	padding: 0 30px 20px;
	font-size: 20px;
}
.guarantee_container h3{
	font-size: 35px;
	margin-bottom: 20px;
	margin-top: 30px;
	color: #145882;
}

@media screen  and (max-width: 991px) {
	.guarantee_container h3{
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 10px;
	}
	.guarantee_container p{
	padding: 0 40px 35px;
	}
}

@media screen  and (max-width: 566px) {
	.guarantee_container p{
		padding: 0 15px 25px;
		font-size: 14px;
	}
	.guarantee_container h3{
		font-size: 18px;
		margin-bottom: 15px;
	}
}