
section[data-cattype="502"]{
    
}


[data-cattype="502"] .row{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}


[data-cattype="502"] .img-left{

	height: 500px; 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover; 
}

[data-cattype="502"] .content{
	text-align: left;
	padding: 40px;
}

[data-cattype="502"] ul.grid li {
	border-left: solid 7px #188ebe;
	padding: 0px 10px;
	margin: 5px 0px 5px 0px;
}

[data-cattype="502"] ul.grid li:nth-child(1) {
	border-left: solid 7px #188ebe;
}

[data-cattype="502"] ul.grid li:nth-child(2) {
	border-left: solid 7px #004aac;
}

[data-cattype="502"] ul.grid li:nth-child(3) {
	border-left: solid 7px #08254f;
}

[data-cattype="502"] ul.grid li  h4, [data-cattype="502"] ul.grid li  p {
	font-weight: bold;
	margin: 0;
}


/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* 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) {

	[data-cattype="502"] .row {
		display: block;
	}

	[data-cattype="502"] .img-left {
		height: 200px;
	}

	[data-cattype="502"] .content {
		padding: 20px;
	}
      
}

