section[data-cattype="406"]{
   
    padding: 40px 0px 40px 0px;
	
}

[data-cattype="406"] h2{
    position: relative;
    text-align: center;
    color: #2c6197;
}


[data-cattype="406"] ul.logo-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	margin-top: auto;
}

[data-cattype="406"] ul.logo-links li {
	width: calc(10% - 20px);
	margin: 20px 45px 20px 45px;
}

@media (min-width: 768px) and (max-width: 980px) {
    [data-cattype="406"] h2{
        padding-left: 0;
    }
    
    [data-cattype="406"] h2:before{
        content: none;
    }
    
    [data-cattype="406"] ul.logo-links li{
	width: calc(9.11% - 12px);
	margin: 35px;
}
    
}


/* Landscape phone  */
@media (max-width: 768px) {
	[data-cattype="406"] ul.logo-links li{
        width: calc(15% - 20px);
        margin: 10px;
        margin-left: 20px;
    }
    
    
    [data-cattype="406"] .bg{
    background-color: #1aa6b7;
    height: 220px;
}
[data-cattype="406"] img {
  height: auto;
  max-width: 65%;
}
    
    [data-cattype="406"] h2{
        padding-left: 0;
	font-size: 28px;
    margin-bottom: 20px;
    }
    
    [data-cattype="406"] h2:before{
        content: none;
    }
	[data-cattype="406"] .row {
  		margin-right: -51px;
  		margin-left: -15px;
	}
	section[data-cattype="406"] {
 	 padding: 40px 0px 40px 0px;
 	 margin-top: -70px;
	}
}




/* Landscape phone  */
@media only screen and (max-width: 414px) and (min-width: 375px) {
	[data-cattype="406"] ul.logo-links li{
        width: calc(25% - 20px);
        margin: 10px;
        margin-left: 30px;
    }
    
    
    [data-cattype="406"] .bg{
    background-color: #1aa6b7;
     height: 220px;
}
[data-cattype="406"] .row {
  margin-right: -51px;
  margin-left: -15px;
}
    
    
}
