section[data-cattype="622"]{
    
}

[data-cattype="622"] h2.section-title{
    color: #041122 ;
}

[data-cattype="622"] .highlight-img{
	background-size:cover;
	background-position: top center;
	background-repeat: no-repeat;
	height:350px;
	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) {
    [data-cattype="622"] .owl-carousel .owl-nav button.owl-prev{
        left: 0;
    }
    
    [data-cattype="622"] .owl-carousel .owl-nav button.owl-next{
        right: 0;
    }
    
    [data-cattype="622"] .owl-carousel .owl-item .item .row{
        width: 90%;
        margin: 0 auto;
    }

	[data-cattype="622"] .highlight-img{
		height:200px;
	}
}