.main-container {
    max-width: 1200px;
    margin: 40px auto;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
}

.pilares-container {
    display: flex;
    gap: 30px;
    margin-top: 40px;
}

.pilar-card {
    flex: 1;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.pilar-card h2 {
    margin-bottom: 20px;
}

.pilar-card p {
    line-height: 1.6;
    color: #444;
}
.lista-valores {
    list-style: disc;        /* bolinhas */
    padding-left: 20px;
    text-align: left;
    margin-top: 15px;
}

.lista-valores li {
    margin-bottom: 10px;     /* espaço entre os itens */
    line-height: 1.5;
    color: #444;
}
