.flex {
    display: flex;
gap: 60px;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
}

.btn-selected {
    box-shadow: inset 0 -45px 0 -1px var(--green) !important;
    color: var(--white) !important;
}

.caixa {
border: none;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: var(--box-shadow-2);
    height: 80px;
    gap: 20px;
    justify-content: center;
    border-top: 2px solid var(--green-30);
    text-align: center;
}

.caixa-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 35px;
    justify-content: center;
    align-items: center;
}

.ig-tbl-div {
width: 100%;
overflow-x:auto;
}

.ig-tbl-div table {

min-width: 550px;
}