.tabelas-holder {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tabelas-holder .tabela{
    background: #f5f5f5;
    width: 75%;
    margin: 2%;
    color: #000000;
    height: 93px;
    display: flex;
    padding: 5px;
    border-radius: 11px;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 6px 16px -10px #000;
}


/*NÃO EXCLUIR ISSO ->*//*.tabelas-holder .tabela.maior{
	width: 94%;
}*/

.tabelas-holder .tabela .desconto, .tabelas-holder .tabela .nome, .tabelas-holder .tabela .minimo {
    width: 40.3%;
    font-size: 3.9vw;
    /* background: red; */
    text-transform: uppercase;
    }

.desconto {
    width: 20.3%!important;
}