
section[data-cattype="412"].wrapper_middle{
    padding: 30px 0px 50px 0px;
}

[data-cattype="412"] h1{
    color:#000;
    padding-bottom:30px;
    text-align: center;
}

[data-cattype="412"] ul.info{
    display :flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}


[data-cattype="412"] ul.info li {
	width: calc(25% - 20px);
	margin: 10px;
	text-align: center;
}

[data-cattype="412"] .summary{
    padding-top:10px;
}


/* 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="412"].wrapper_middle {
	margin-top: 0;
    }
    
    [data-cattype="412"] h1 {
	text-align: center;
    }
	
}

/* Mobile screen size - landscape view */
@media (max-width: 767px) {
   
}

/* Mobile screen size */
@media (max-width: 480px) {
    
    section[data-cattype="412"].wrapper_middle {
	margin-top: 0;
    }
    
    [data-cattype="412"] h1{
    font-size: 30px;
    text-align: center;
    }
    
    [data-cattype="412"] ul.info li {
	width: calc(50% - 20px);
	text-align: center;
    }
      
}

