section[data-cattype="501"] {
	margin: 0;
}



[data-cattype="501"] ul.grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	transition: 0.3s;
	-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
	-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
	box-shadow: 5px 5px 5px 0px rgba(0,0,0,0.23);
	background-color: #fff;
}


[data-cattype="501"] ul.grid li {
	width: 33%;
	padding: 15px;
	text-align: center;
	list-style: none;
	transition: 0.3s;
	transform: scale(1);
}

[data-cattype="501"] ul.grid li:hover {
	background-color: #004aac;
	transition: 0.3s;
	transform: scale(1.1);
	z-index: 1;
}

[data-cattype="501"] ul.grid li:hover h5, [data-cattype="501"] ul.grid li:hover .summary{
	color: #fff;
	transition: 0.3s;
}

[data-cattype="501"] ul.grid li:hover .st0 {
	fill: #fff;
	transition: 0.3s;
}

[data-cattype="501"] .wrapper_icon {
	width: 80px;
	margin: auto;
}


[data-cattype="501"] ul.grid h5{
    color: #004aac;
}



/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

@media (min-width: 981px) {
	section[data-cattype="501"] {
		margin-top: -80px;
		position: relative;
		z-index: 2;
	}
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {

	section[data-cattype="501"] {
		margin: 0px 0px 0px;
	}
	
	
	
	[data-cattype="501"] ul.grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: stretch;
		transition: 0.3s;
		-webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
		-moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.23);
		box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.23);
	}


	[data-cattype="501"] ul.grid li {
	width: 100%;
}

	[data-cattype="501"] .wrapper_icon {
		width: 50px;
		margin: auto;
	}
      
}

