section[data-cattype="406"]{
    
	
}

[data-cattype="406"] ul.logo-links{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

[data-cattype="406"] ul.logo-links li{
	width: calc(14.28% - 20px);
	margin: 10px;
}


/* Landscape phone  */
@media (max-width: 767px) {
	[data-cattype="406"] ul.logo-links li{
        width: calc(25% - 20px);
        margin: 10px;
    }
}