.blocksIV {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.blocksIV li {
	float: left;
	width: 25%;
	margin: auto;
	text-align: center;
	padding: 2%;
}

.blocksIV li  h3 {
	font-size: 16px;
	text-decoration: none;
}

.blocksIV li  H4 {
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.blocksIV li p {
	font-size: 16px !important;
	text-decoration: none;
	display: block;
	padding: 30px 0px;
}

.blocksIV li  h3 a, .blocksIV li  h4 a, .blocksIV li  p a {
	text-decoration: none;
}

.blocksIII {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	height: auto;
	overflow: hidden; 
}

.blocksIII li {
	float: left;
	width: 33.333%;
	margin: auto;
	padding: 0px;
	text-align: center;
	position: relative;
}

.blocksIII li  h2 {
	font-size: 16px;
	text-decoration: none;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
	margin-top: -50px;
	top: 50%;
	width: 80%;
	left: 10%;
	color: #fff;
	font-weight: bold;
	z-index: 9;
}

.blocksIII li h2 a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}

.categories-wrapper {
	margin: 0px;
	padding: 0px;
	list-style: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.categories-introduction {
	float: left;
	width: 38%;
	padding-left: 2%;
}

.categories-wrapper  ul {
	float: right;
	width: 60%;
	list-style: none;
}

.categories-wrapper  ul li {
	float: left;
	width: 33.33%;
	text-align: center;
	padding: 10px;
}

.categories-wrapper  ul li h5 a {
	text-decoration: none;
}

.categories-wrapper  ul li p {
	font-size: 16px;
	padding: 20px 0px;
	display: block;
}

.categories-wrapper  ul li p a {
	text-decoration: none; 
	font-size: 16px;
}

@media (max-width:801px) {
	.categories-wrapper {
		display: block;
	}

	.categories-introduction, .categories-wrapper  ul {
		width: 100%;
		clear: both;
	}

	.blocksIV li, .categories-wrapper ul li {
		width: 50%;
	}

}

@media (max-width:551px) {
	.blocksIII li {
		width: 100%;
	}

	.categories-introduction h2 {
		text-align: center;
	}

}
