.container-botoes {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0 auto;
}
.img-botao {
width: 150px;
align-items: center;
display: flex;
justify-content: center;
}
Source: TST

Leave a Comment