section[data-cattype="51001"].wrapper_middle{
    padding: 0px 0px 30px 0px;
    text-align: left;
    min-height: 50vh;
}

[data-cattype="51001"] h2{
    color: darkorange;
}


/* 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) {
      
}

