/* ========================================
   Sobre Portal Transparência - Tema 3
   Prefeitura de Bom Jesus da Penha
   ======================================== */

.sobre-content {
    line-height: 1.8;
}

.sobre-section {
    margin-bottom: 2.5rem;
}

.sobre-section h3 {
    color: var(--primary-color);
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid var(--primary-color);
}

/* Responsive */
@media (max-width: 768px) {
    .sobre-section {
        margin-bottom: 2rem;
    }
}
