.sobre-nos-icon {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    margin-bottom: 1rem;
}

.text-justify {
    text-align: justify;
}

.lead-sobre {
    font-size: 1.15rem;
    line-height: 1.7;
    color: #495057;
}

.impact-card {
    transition: transform 0.2s;
    border: none;
    background-color: #f8f9fa;
    border-radius: 12px;
}

.impact-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}
