.processo-home {
    background: linear-gradient(to bottom, #087b39 80%, white 20%);
    height: 50%;
    color: white;
    padding-top: 4rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.result-card {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    margin-top: 3rem;
}

.footer {
    background-color: #087b39 !important;
}

.footer img {
    background-color: white;
    border-radius: 10%;
    padding: 2px;
}

.processo-home .card {
    color: black;
}

.processo-home ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: justify;
}

.processo-home ul .title {
    color: var(--cinza-escuro);
    font-weight: 500;
}

.processo-home ul small {
    color: var(--cinza-escuro);;
    font-weight: 400;
}

.processo-home ul li:not(:last-child) {
    border-bottom: 1px solid #087b39;
    margin-bottom: 0.8rem;
}

.underline {
    text-decoration: underline;
    color: #087b39;
}

.brand-image {
    width: 20rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* X Y blur cor */
    border-radius: 8px; /* opcional: cantos arredondados */
    background-color: white;
}