.titulo-processo {
    text-align: left;
}

.card-body-processo h1 a {
    height: auto;
}

.card-body-processo h1 {
    padding: unset;
}

.conteudo-processo {
    height: 100px;
}

.mb-credenciamento{
    margin-bottom: 31px
}

/* PAGINAÇÃO */
.pagination-credencimento {
    width: 100%;
    display: flex;
    justify-content: center;
    list-style: none;
    text-align: center;
}

.pagination-credencimento a, .pagination-credencimento  span {
    padding: 0 12px 3px;
    text-decoration: none;
    color: #007bff;
    border-radius: 50%;
    margin: 2px;
}

.pagination-credencimento  .current {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}
.pagination-credencimento a:hover {
    background-color: #f0f0f0;
    color: #007bff;
}

@media (max-width: 576px) {
    .card-container .col-12:nth-child(n+5) {
        display: none;
    }
}