.container-logos {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
align-items: end;
}
.img-logo {
width: 250px;
align-items: center;
display: flex;
justify-content: center;
}
.img-logo-jt {
width: 390px;
align-items: center;
display: flex;
justify-content: center;
}
Source: TST

Leave a Comment