section[data-cattype="5316"].wrapper_middle {
	padding: 70px 0px 80px 0px;
}

[data-cattype="5316"] h2{
    color: #fff;
}

[data-cattype="5316"] .b-line {
	background: #fff;
}

[data-cattype="5316"] .summary{
    color: #fff;
    margin: 20px 0px 30px 0px;
}


/* 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) {
    
    section[data-cattype="5316"].wrapper_middle {
	padding: 50px 0px 60px 0px;
    }
      
}