.card-header h5 {
    text-align: center;
}

.card-header button, button:hover {
    color: var(--primary-500) !important;
    text-decoration: none !important; 
    font-weight: bold;
    font-size: 1.5em;
}

.card-body ul {
    list-style-type: none;
    font-size: 1.5em;
    padding: 0;
}

.card-body li {
    display: flex;
    justify-content: space-between;
}

.card-conteudo > h1 {
    color: var(--primary-500);
    font-size: 1.25em;
}

[taxa-porcentagem]::after {
    content: '%';
}