.flex{ display: flex;}

.accreditation{ 
    align-items: center; 
    justify-content: center;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: flex;
    gap: 1rem;
}
@media screen and (min-width:960px){
    .accreditation{ 
        justify-content: start;
    }    
}

.accred_item{max-width:25%;}
.accred_item_2_1 {
	width: auto;
	max-width: 200px;
	height: 100%;
}
.accred_item_3{max-width:33.33333333%;}

.accred_item > a{ display: block;max-width:90px;}
.accred_item img{ width: 100%; height:auto;}
