section[data-cattype="636"]{
    
}

[data-cattype="636"] .training-image{
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	height:250px;
	width:100%
}


/* 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) {
      
}