section[data-cattype="408"]{
    padding: 50px 0;
	
}

[data-cattype="408"] h2{
    position: relative;
    text-align: left;
   font-size: 38px;
}

[data-cattype="408"] .text{
    
    text-align:justify;
}




@media (min-width: 768px) and (max-width: 980px) {
    [data-cattype="408"] h2{
        padding-left: 0;
    }
    
    
    
    [data-cattype="408"] h2:before{
        content: none;
    }
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
	[data-cattype="408"] .col-sm-6 img{
		margin-bottom: 10px;
	}
    
    [data-cattype="408"] h2{
        padding-left: 0;
    }
    
    [data-cattype="408"] h2:before{
        content: none;
    }

[data-cattype="408"] h2{
    position: relative;
    text-align: center;
}
    
  
}