section[data-cattype="612"]{
    
}

[data-cattype="612"] .gallery-item article{
    background: #fff;
    padding: 20px;
}

[data-cattype="612"] .gallery-item article:hover{
    box-shadow: 2px 10px 28px -15px #aaa;
}

[data-cattype="612"] .gallery-item h3{
    color: #0065b3;
    margin-bottom: 0;
}

[data-cattype="612"] .gallery-item .section-title{
    margin-bottom: 15px;
}

[data-cattype="612"] ul.list1{
    margin-left: 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) {
      
}