.footer_logos h5 {
margin:1rem 0;
}
.footer_logos ul.logos {
display: flex;
align-items: center;
justify-content: center;
gap: 16px;
flex-wrap: wrap;
}
@media(min-width:1024px){
.footer_logos ul.logos {
justify-content: flex-start;
}	
}
.footer_logos ul.logos li {
height: 86px;
}
.footer_logos ul.logos li img {
width: auto;
height: 100%;
object-fit: cover;
}