.container-indicadores {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
gap: 10px;
}
.container-indicadores img {
max-width: 100%;
height: auto;
flex: 1;
min-width: 150px;
}
Fonte TST