section[data-cattype="406"]{
    
	
}

[data-cattype="406"] h2{
    position: relative;
    padding-left: 55px;
    text-align: left;
}

[data-cattype="406"] h2:before{
    position: absolute;
    content: '';
    background-image: url(../../../data/ckfinder/images/divider.png);
    background-size: contain;
    background-repeat: no-repeat;
    width:46px;
    height: 14px;
    left: 0;
    top:32%;
}


[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;
}


@media (min-width: 768px) and (max-width: 980px) {
    [data-cattype="406"] h2{
        padding-left: 0;
    }
    
    [data-cattype="406"] h2:before{
        content: none;
    }
}


/* Landscape phone  */
@media (max-width: 767px) {
	section[data-cattype="406"]{
		padding-top:0;
	}

	[data-cattype="406"] ul.logo-links li{
        width: calc(25% - 20px);
        margin: 10px;
    }
    
    [data-cattype="406"] h2{
        padding-left: 0;
    }
    
    [data-cattype="406"] h2:before{
        content: none;
    }
}