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