section[data-cattype="409"].wrapper_middle{
    padding: 30px 0px 30px 0px;
}

[data-cattype="409"] h1{
    color: #24526c;
    text-align: left;
}

[data-cattype="409"] span{
    color: #aab646;
}

[data-cattype="409"] .left{
    text-align: left;
}



/* Typical laptop screen size*/
@media (max-width: 1400px) {
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 980px) {
    
    section[data-cattype="409"].wrapper_middle {
	margin-top: 0;
    }
    
    [data-cattype="409"] h1{
    padding-bottom: 20px;    
    text-align: center;
    }
    
    
    [data-cattype="409"] .left{
        margin-bottom: 30px;
    }
    


	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
    

   
}

/* Mobile screen size */
@media (max-width: 480px) {
    
        section[data-cattype="409"].wrapper_middle {
	margin-top: 0;
    }
    
    [data-cattype="409"] h1{
    padding-bottom: 20px;    
    text-align: center;
    }
    
    
    [data-cattype="409"] .left{
        margin-bottom: 30px;
    }
      
}

