.container {
    padding: 20px;
    /* Ajuste o padding da container conforme necessário */
}

.accordion {
    margin-bottom: 20px;
    /* Espaço entre o accordion e o botão */
}

.icon-button {
    text-align: center;
    /* Centraliza o botão */
    margin-top: 20px;
    /* Espaço acima do botão, se necessário */
}


.table,
.table th,
.table td {
    border: none;
}

.table th,
.table td {
    display: flex;
    align-items: center;
}

.table th img,
.table td img {
    margin-right: 10px;
}

.table h4 {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.spaced-text {
    margin-left: 10px;
    /* Ajuste o valor conforme necessário */
}